Class RSAPSSKeyHWAttributes

java.lang.Object
com.ibm.crypto.hdwrCCA.provider.RSAKeyHWAttributes
com.ibm.crypto.hdwrCCA.provider.RSAPSSKeyHWAttributes
All Implemented Interfaces:
KeyHWAttributes, Serializable

public class RSAPSSKeyHWAttributes extends RSAKeyHWAttributes
See Also:
  • Constructor Details

    • RSAPSSKeyHWAttributes

      public RSAPSSKeyHWAttributes(byte keyType, byte keyUsage) throws InvalidParameterException
      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.