- java.lang.Object
-
- com.ibm.crypto.hdwrCCA.provider.RSAKeyHWAttributes
-
- com.ibm.crypto.hdwrCCA.provider.RSAPSSKeyHWAttributes
-
- All Implemented Interfaces:
KeyHWAttributes
,java.io.Serializable
public class RSAPSSKeyHWAttributes extends RSAKeyHWAttributes
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RSAPSSKeyHWAttributes​(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 Detail
-
RSAPSSKeyHWAttributes
public RSAPSSKeyHWAttributes​(byte keyType, byte keyUsage) throws java.security.InvalidParameterException
This method constructs a new RSAKeyHWAttributes object.- Throws:
java.security.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.
-
-