Class PK11RSAPrivateKey

java.lang.Object
org.mozilla.jss.pkcs11.PK11PrivKey
org.mozilla.jss.pkcs11.PK11RSAPrivateKey
All Implemented Interfaces:
Serializable, AutoCloseable, RSAKey, Key, PrivateKey, Destroyable, PrivateKey

public class PK11RSAPrivateKey extends PK11PrivKey implements RSAKey
See Also:
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • keyProxy

      protected org.mozilla.jss.pkcs11.KeyProxy keyProxy
  • Constructor Details

    • PK11RSAPrivateKey

      protected PK11RSAPrivateKey(byte[] pointer)
  • Method Details