-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DilithiumKeyAttributes
,DSAKeyHWAttributes
,ECHWKeyAttributes
,KyberKeyAttributes
,RSAKeyHWAttributes
,RSAPSSKeyHWAttributes
public interface KeyHWAttributes extends java.io.Serializable
This interface defines key attributes for use with Hardware keys.
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getKeyType()
This method returns a byte that represents the Key Type.byte
getKeyUsage()
This method returns a byte that represents the Key Usage.
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKeyType
byte getKeyType()
This method returns a byte that represents the Key Type. The values for Key Type are defined in class KeyHWAttributeValues.- Returns:
- the key type
-
getKeyUsage
byte getKeyUsage()
This method returns a byte that represents the Key Usage. The values for Key Usage are defined in class KeyHWAttributeValues,- Returns:
- the key usage
-
-