Uses of Class
org.bouncycastle.asn1.cms.Attributes
Packages that use Attributes
Package
Description
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 AttributesModifier and TypeMethodDescriptionstatic AttributesAttributes.getInstance(Object obj) Return an Attribute set object from the given object.MetaData.getOtherMetaData()AttributeTable.toASN1Structure()Constructors in org.bouncycastle.asn1.cms with parameters of type AttributesModifierConstructorDescriptionAttributeTable(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)