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

Packages that use Attribute
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 
 

Uses of Attribute in com.dstc.security.cms
 

Methods in com.dstc.security.cms that return Attribute
 Attribute[] SignerInfo.getSignedAttributes()
          Returns all (possibly empty) the signed Attributes used in the signing process and carried in this SignerInfo
 Attribute[] SignerInfo.getUnsignedAttributes()
          Returns all (possibly empty) the unsigned Attributes carried in this SignerInfo
 

Uses of Attribute in com.dstc.security.cms.atts
 

Subinterfaces of Attribute in com.dstc.security.cms.atts
 interface ContentType
          An interface to the ContentType attribute which must be amongst the list of signed attributes in a CMS SignedData.
 interface MessageDigest
          An interface to the MessageDigest Attribute that must be amongst the list of signed attributes in a CMS SignedData.
 interface SigningTime
          An interface to the SigningTime attribute which must be amongst the list of signed attributes in a CMS SignedData.
 interface SMIMECapabilities
          An interface to the list of algorithms supported and preferred by an S/MIME user.