Uses of Interface
com.dstc.security.cms.SignerIdentifier

Packages that use SignerIdentifier
com.dstc.security.cms This package defines classes and interfaces for IETF RFC 2630 "Cryptographic Message Syntax" (CMS). 
 

Uses of SignerIdentifier in com.dstc.security.cms
 

Classes in com.dstc.security.cms that implement SignerIdentifier
 class IssuerAndSerialNumber
          A class for identifying an X.509 certificate through its serial number and the distinguished name of its issuer.
 class SubjectKeyIdentifier
          A class for identifying an X.509 certificate through the value of its v3 certicate extension subjectKeyIdentifier.
 

Methods in com.dstc.security.cms that return SignerIdentifier
 SignerIdentifier SignerInfo.getSignerIdentifier()
          Returns the SignerIdentifier for the signer associated with this SignerInfo