Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
org.bouncycastle.asn1.tsp |
Modifier and Type | Method and Description |
---|---|
static Attributes |
Attributes.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static Attributes |
Attributes.getInstance(Object obj)
Return an Attribute set object from the given object.
|
Attributes |
MetaData.getOtherMetaData() |
Attributes |
AttributeTable.toASN1Structure() |
Constructor and 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) |
Constructor and Description |
---|
ArchiveTimeStamp(AlgorithmIdentifier digestAlgorithm,
Attributes attributes,
PartialHashtree[] reducedHashTree,
ContentInfo timeStamp) |
Copyright © 2020 BouncyCastle.org. All rights reserved.