public interface CertificateIdentifier extends KeyIdentifier
IssuerAndSerialNumber
or SubjectKeyID, or the certificate of a recipient
by IssuerAndSerialNumber or
RecipientKeyIdentifier.ISSUER_AND_SERIALNUMBER, KEK_IDENTIFIER, ORIGINATOR_PUBLIC_KEY, RECIPIENT_KEY_IDENTIFIER, SUBJECT_KEY_IDENTIFIER| Modifier and Type | Method and Description |
|---|---|
boolean |
identifiesCert(X509Certificate cert)
Checks if the given certificate is identified by this CertificateIdentifier.
|
equals, getKeyIdType, getKeyIdTypeName, hashCode, toStringdecode, toASN1Objectboolean identifiesCert(X509Certificate cert)
certificate - the certificate to be checked of being identified
by this CertificateIdentifiertrue if the given certificate is identified by this
CertificateIdentifier, false
otherwise