org.mozilla.jss.crypto
public interface TokenCertificate extends X509Certificate
instanceof
.
Method Summary | |
---|---|
abstract CryptoToken | getOwningToken()
Returns the CryptoToken that owns this certificate. |
abstract byte[] | getUniqueID()
Returns the unique ID of this key. |
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.
Returns the unique ID of this key. Unique IDs can be used to match certificates to keys.See Also: PrivateKey