Package | Description |
---|---|
org.bouncycastle.asn1.cms |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2016 BouncyCastle.org. All rights reserved.