|
JSS 3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An X509 Certificate that lives on a PKCS #11 token.
Many of the X509Certificates returned by JSS calls are actually
TokenCertificates.
To find out if an X509Certificate is a TokenCertificate, use
instanceof
.
Method Summary | |
CryptoToken |
getOwningToken()
Returns the CryptoToken that owns this certificate. |
byte[] |
getUniqueID()
Deprecated. This ID is based on an implementation that might change. If this functionality is required, it should be provided in another way, such as a function that directly matches a cert and key. |
Methods inherited from interface org.mozilla.jss.crypto.X509Certificate |
getEncoded, getIssuerDN, getNickname, getPublicKey, getSerialNumber, getSubjectDN, getVersion |
Method Detail |
public byte[] getUniqueID()
PrivateKey.getUniqueID()
public CryptoToken getOwningToken()
|
JSS 3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |