Class RSAPSSKeyHWAttributes

    • Constructor Summary

      Constructors 
      Constructor Description
      RSAPSSKeyHWAttributes​(byte keyType, byte keyUsage)
      This method constructs a new RSAKeyHWAttributes object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.