com.ibm.security.pkcs7
Interface EntityIdentifier

All Known Implementing Classes:
SubjectKeyIdentifier, IssuerAndSerialNumber

public interface EntityIdentifier

Implements the ASN.1 type EntityIdentifier as defined by the S/MIME spec. It is either a certificate ID or a key ID.

EntityIdentifier ::= CHOICE { issuerAndSerialNumber IssuerAndSerialNumber, subjectKeyIdentifier SubjectKeyIdentifier }

This interface is used for type checking purposes and has no attributes or methods.

See Also:
IssuerAndSerialNumber, SubjectKeyIdentifier