Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
org.bouncycastle.cms.jcajce | |
org.bouncycastle.tsp |
Classes for dealing Time Stamp Protocol (TSP) - RFC 3161.
|
org.bouncycastle.tsp.cms |
Classes for dealing Syntax for Binding Documents with Time-Stamps - RFC 5544.
|
Modifier and Type | Method and Description |
---|---|
AttributeTable |
AttributeTable.add(ASN1ObjectIdentifier attrType,
ASN1Encodable attrValue)
Return a new table with the passed in attribute added.
|
AttributeTable |
AttributeTable.remove(ASN1ObjectIdentifier attrType) |
Modifier and Type | Method and Description |
---|---|
AttributeTable |
DefaultSignedAttributeTableGenerator.getAttributes(Map parameters) |
AttributeTable |
DefaultAuthenticatedAttributeTableGenerator.getAttributes(Map parameters) |
AttributeTable |
SimpleAttributeTableGenerator.getAttributes(Map parameters) |
AttributeTable |
CMSAttributeTableGenerator.getAttributes(Map parameters) |
AttributeTable |
CMSAuthenticatedDataParser.getAuthAttrs()
return a table of the unauthenticated attributes indexed by
the OID of the attribute.
|
AttributeTable |
CMSAuthenticatedData.getAuthAttrs()
return a table of the digested attributes indexed by
the OID of the attribute.
|
AttributeTable |
SignerInformation.getSignedAttributes()
return a table of the signed attributes - indexed by
the OID of the attribute.
|
AttributeTable |
CMSAuthenticatedDataParser.getUnauthAttrs()
return a table of the unauthenticated attributes indexed by
the OID of the attribute.
|
AttributeTable |
CMSAuthenticatedData.getUnauthAttrs()
return a table of the undigested attributes indexed by
the OID of the attribute.
|
AttributeTable |
CMSEnvelopedDataParser.getUnprotectedAttributes()
return a table of the unprotected attributes indexed by
the OID of the attribute.
|
AttributeTable |
CMSEnvelopedData.getUnprotectedAttributes()
return a table of the unprotected attributes indexed by
the OID of the attribute.
|
AttributeTable |
SignerInformation.getUnsignedAttributes()
return a table of the unsigned attributes indexed by
the OID of the attribute.
|
Modifier and Type | Method and Description |
---|---|
static SignerInformation |
SignerInformation.replaceUnsignedAttributes(SignerInformation signerInformation,
AttributeTable unsignedAttributes)
Return a signer information object with the passed in unsigned
attributes replacing the ones that are current associated with
the object passed in.
|
Constructor and Description |
---|
DefaultAuthenticatedAttributeTableGenerator(AttributeTable attributeTable)
Initialise with some extra attributes or overrides.
|
DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
Initialise with some extra attributes or overrides.
|
SimpleAttributeTableGenerator(AttributeTable attributes) |
Modifier and Type | Method and Description |
---|---|
JcaSimpleSignerInfoGeneratorBuilder |
JcaSimpleSignerInfoGeneratorBuilder.setSignedAttributeGenerator(AttributeTable attrTable)
set up a DefaultSignedAttributeTableGenerator primed with the passed in AttributeTable.
|
Modifier and Type | Method and Description |
---|---|
AttributeTable |
TimeStampToken.getSignedAttributes() |
AttributeTable |
TimeStampToken.getUnsignedAttributes() |
Modifier and Type | Method and Description |
---|---|
AttributeTable |
CMSTimeStampedDataParser.getOtherMetaData() |
AttributeTable |
CMSTimeStampedData.getOtherMetaData() |
Copyright © 2018 BouncyCastle.org. All rights reserved.