com.ibm.crypto.hdwrCCA.provider
Interface KeyHWAttributes
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DSAKeyHWAttributes, ECHWKeyAttributes, RSAKeyHWAttributes
public interface KeyHWAttributes extends java.io.SerializableThis interface defines key attributes for use with Hardware keys.
-
-
Field Summary
Fields Modifier and Type Field and Description static longserialVersionUID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description bytegetKeyType()This method returns a byte that represents the Key Type.bytegetKeyUsage()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
-
-