com.dstc.security.cms
Class SubjectKeyIdentifier

java.lang.Object
  |
  +--com.dstc.security.cms.SubjectKeyIdentifier

public abstract class SubjectKeyIdentifier
extends Object
implements RecipientIdentifier, SignerIdentifier, OriginatorIdentifierOrKey

A class for identifying an X.509 certificate through the value of its v3 certicate extension subjectKeyIdentifier.

SubjectKeyIdentifier is defined in RFC2630 by the ASN.1 structure

      SubjectKeyIdentifier ::= OCTET STRING
 

See Also:
X509Certificate, SignerIdentifier, RecipientIdentifier, OriginatorIdentifierOrKey

Constructor Summary
SubjectKeyIdentifier()
           
 
Method Summary
abstract  byte[] getId()
          Returns the value of the signer key identifier extension in the certificate represented by this SubjectKeyIdentifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectKeyIdentifier

public SubjectKeyIdentifier()
Method Detail

getId

public abstract byte[] getId()
Returns the value of the signer key identifier extension in the certificate represented by this SubjectKeyIdentifier.