| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.cms | |
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.tsp | |
| org.bouncycastle.tsp.cms |
| 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 |
SimpleAttributeTableGenerator.getAttributes(Map parameters) |
AttributeTable |
DefaultSignedAttributeTableGenerator.getAttributes(Map parameters) |
AttributeTable |
DefaultAuthenticatedAttributeTableGenerator.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 © 2015–2020 The veraPDF Consortium. All rights reserved.