|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TokenCertificate
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 |
---|
byte[] getUniqueID()
PrivateKey.getUniqueID()
CryptoToken getOwningToken()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |