Uses of Package
com.dstc.security.cms

Packages that use com.dstc.security.cms
com.dstc.security.cms This package defines classes and interfaces for IETF RFC 2630 "Cryptographic Message Syntax" (CMS). 
com.dstc.security.cms.atts This package defines interfaces for CMS attributes that are supported by JCSI 
 

Classes in com.dstc.security.cms used by com.dstc.security.cms
Attribute
          An interface to an attribute associated with per-signer information.
CMSException
          A generic CMS exception class
CMSTypedDataInputStream
          A simple FilterInputStream class which wraps an underlying InputStream representing CMS content together with its content type.
DecryptionResult
          An interface to represent the result of decrypting CMS enveloped data
EnvelopedData
          An interface to data "enveloped" (that is, encrypted) according to the CMS specification.
KeyAgreeRecipientIdentifier
          An interface to identifying info for a recipient in a CMS EnvelopedData for which the key encryption key is obtained by key agreement.
OriginatorIdentifierOrKey
           An interface to either an identifier for an originator or to the originator public key in a CMS EnvelopedData in which key encrypting keys are obtained by key agreement.
OriginatorInfo
          An interface to information on the originator of a CMS EnvelopedData.
RecipientIdentifier
          An interface to an identifier for a recipient in a CMS EnvelopedData for whom the content encryption key is encrypted.
RecipientInfo
          An interface to per-recipient information in a CMS EnvelopedData.
SignedData
          An interface to data signed according to the CMS specification.
SignerIdentifier
          An interface to an identifier for a signer in a CMS SignedData.
SignerInfo
          An interface to per-signer information in a CMS SignedData.
SubjectKeyIdentifier
          A class for identifying an X.509 certificate through the value of its v3 certicate extension subjectKeyIdentifier.
VerificationResult
          An interface to the result of verification of data signed according to CMS.
 

Classes in com.dstc.security.cms used by com.dstc.security.cms.atts
Attribute
          An interface to an attribute associated with per-signer information.