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

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

Uses of OriginatorIdentifierOrKey in com.dstc.security.cms
 

Classes in com.dstc.security.cms that implement OriginatorIdentifierOrKey
 class IssuerAndSerialNumber
          A class for identifying an X.509 certificate through its serial number and the distinguished name of its issuer.
 class OriginatorPublicKey
          A class which holds an originator's public key for use by a recipient to decrypt a CMS EnvelopedData in which a key encrypting key is obtained by key agreement performed with the said public key.
 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 OriginatorIdentifierOrKey
 OriginatorIdentifierOrKey KeyAgreeRecipientInfo.getOriginatorIdentifierOrKey()
          Returns the OriginatorIdentifierOrKey for this KeyAgreeRecipientInfo