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(iaik.x509.X509Certificate cert)
Checks if the given certificate is identified by this CertificateIdentifier.
|
equals, getKeyIdType, getKeyIdTypeName, hashCode, toString
boolean identifiesCert(iaik.x509.X509Certificate cert)
cert
- the certificate to be checked of being identified
by this CertificateIdentifiertrue
if the given certificate is identified by this
CertificateIdentifier, false
otherwise