JSS 3.1

org.mozilla.jss.pkcs11
Class PK11InternalTokenCert

java.lang.Object
  |
  +--org.mozilla.jss.pkcs11.PK11Cert
        |
        +--org.mozilla.jss.pkcs11.PK11InternalCert
              |
              +--org.mozilla.jss.pkcs11.PK11InternalTokenCert

public final class PK11InternalTokenCert
extends PK11InternalCert
implements TokenCertificate

A certificate that lives on the internal token. It has database information (like trust flags) but also PKCS #11 information (like unique ID).


Inner classes inherited from class org.mozilla.jss.pkcs11.PK11Cert
PK11Cert.StringPrincipal
 
Fields inherited from class org.mozilla.jss.pkcs11.PK11InternalCert
EMAIL, OBJECT_SIGNING, SSL
 
Fields inherited from class org.mozilla.jss.pkcs11.PK11Cert
certProxy
 
Constructor Summary
(package private) PK11InternalTokenCert(byte[] pointer)
           
 
Method Summary
 CryptoToken getOwningToken()
           
 byte[] getUniqueID()
           
 
Methods inherited from class org.mozilla.jss.pkcs11.PK11InternalCert
getEmailTrust, getObjectSigningTrust, getSSLTrust, setEmailTrust, setObjectSigningTrust, setSSLTrust
 
Methods inherited from class org.mozilla.jss.pkcs11.PK11Cert
getEncoded, getIssuerDN, getIssuerDNString, getNickname, getPublicKey, getSerialNumber, getSerialNumberByteArray, getSubjectDN, getSubjectDNString, getTrust, getVersion, setTrust
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PK11InternalTokenCert

PK11InternalTokenCert(byte[] pointer)
Method Detail

getUniqueID

public byte[] getUniqueID()
Specified by:
getUniqueID in interface TokenCertificate
Overrides:
getUniqueID in class PK11Cert

getOwningToken

public CryptoToken getOwningToken()
Specified by:
getOwningToken in interface TokenCertificate
Overrides:
getOwningToken in class PK11Cert

JSS 3.1