Uses of Class
org.bouncycastle.asn1.cms.Attributes
-
Packages that use Attributes Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630). -
-
Uses of Attributes in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return Attributes Modifier and Type Method Description static Attributes
Attributes. getInstance(java.lang.Object obj)
Return an Attribute set object from the given object.Attributes
MetaData. getOtherMetaData()
Attributes
AttributeTable. toASN1Structure()
Constructors in org.bouncycastle.asn1.cms with parameters of type Attributes Constructor Description AttributeTable(Attributes attrs)
EnvelopedData(OriginatorInfo originatorInfo, ASN1Set recipientInfos, EncryptedContentInfo encryptedContentInfo, Attributes unprotectedAttrs)
MetaData(ASN1Boolean hashProtected, DERUTF8String fileName, DERIA5String mediaType, Attributes otherMetaData)
SignerInfo(SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, Attributes unauthenticatedAttributes)
-