Uses of Class
org.bouncycastle.asn1.cms.Attributes
-
Packages that use Attributes Package Description org.bouncycastle.asn1.cms org.bouncycastle.asn1.tsp -
-
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(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, 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)
-
Uses of Attributes in org.bouncycastle.asn1.tsp
Constructors in org.bouncycastle.asn1.tsp with parameters of type Attributes Constructor Description ArchiveTimeStamp(AlgorithmIdentifier digestAlgorithm, Attributes attributes, PartialHashtree[] reducedHashTree, ContentInfo timeStamp)
-