java.lang.Object
com.ibm.crypto.hdwrCCA.provider.RSAKeyHWAttributes
com.ibm.crypto.hdwrCCA.provider.RSAPSSKeyHWAttributes
- All Implemented Interfaces:
KeyHWAttributes
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRSAPSSKeyHWAttributes
(byte keyType, byte keyUsage) This method constructs a new RSAKeyHWAttributes object. -
Method Summary
Methods inherited from class com.ibm.crypto.hdwrCCA.provider.RSAKeyHWAttributes
getKeyType, getKeyUsage, toString
-
Constructor Details
-
RSAPSSKeyHWAttributes
This method constructs a new RSAKeyHWAttributes object.- Throws:
InvalidParameterException
- if the key type or usage is invalid i.e. key type is not KeyHWAttributeValues.PKDS, KeyHWAttributeValues.CLEAR or KeyHWAttributeValues.RETAIN or if key usage is not KeyHWAttributeValues.SIGNATURE or KeyHWAttributeValues.KEYMANAGEMENT.
-