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).org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. -
-
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(Object obj)
Return an Attribute set object from the given object.static Attributes
Attributes. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
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, org.bouncycastle.asn1.ASN1Set recipientInfos, EncryptedContentInfo encryptedContentInfo, Attributes unprotectedAttrs)
MetaData(org.bouncycastle.asn1.ASN1Boolean hashProtected, org.bouncycastle.asn1.DERUTF8String fileName, org.bouncycastle.asn1.DERIA5String mediaType, Attributes otherMetaData)
SignerInfo(SignerIdentifier sid, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, org.bouncycastle.asn1.x509.AlgorithmIdentifier digEncryptionAlgorithm, org.bouncycastle.asn1.ASN1OctetString encryptedDigest, Attributes unauthenticatedAttributes)
-
Uses of Attributes in org.bouncycastle.asn1.tsp
Constructors in org.bouncycastle.asn1.tsp with parameters of type Attributes Constructor Description ArchiveTimeStamp(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm, Attributes attributes, PartialHashtree[] reducedHashTree, ContentInfo timeStamp)
-