Class PK11InternalTokenCert

All Implemented Interfaces:
Serializable, AutoCloseable, X509Extension, InternalCertificate, TokenCertificate, X509Certificate

@Deprecated public final class PK11InternalTokenCert extends PK11InternalCert
Deprecated.
Use PK11Cert instead.
A certificate that lives on the internal token. It has database information (like trust flags) but also PKCS #11 information (like unique ID).
See Also:
  • Constructor Details

    • PK11InternalTokenCert

      PK11InternalTokenCert(byte[] certPtr, byte[] slotPtr, String nickname)
      Deprecated.