Uses of Class
org.bouncycastle.asn1.cms.Attributes
| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms |
-
Uses of Attributes in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return Attributes Modifier and Type Method Description static AttributesAttributes. getInstance(Object obj)AttributesAttributeTable. toASN1Structure()Constructors in org.bouncycastle.asn1.cms with parameters of type Attributes Constructor Description AttributeTable(Attributes attrs)SignerInfo(SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, Attributes unauthenticatedAttributes)