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 |
---|---|
void |
CMSSignedDataGenerator.addSigner(PrivateKey key,
byte[] subjectKeyID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
Deprecated.
use addSignerInfoGenerator
|
void |
CMSSignedDataStreamGenerator.addSigner(PrivateKey key,
byte[] subjectKeyID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr,
Provider sigProvider)
Deprecated.
use addSignerInfoGenerator
|
void |
CMSSignedDataStreamGenerator.addSigner(PrivateKey key,
byte[] subjectKeyID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr,
String sigProvider)
Deprecated.
use addSignerInfoGenerator
|
void |
CMSSignedDataGenerator.addSigner(PrivateKey key,
byte[] subjectKeyID,
String encryptionOID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
Deprecated.
use addSignerInfoGenerator
|
void |
CMSSignedDataGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
Deprecated.
use addSignerInfoGenerator
|
void |
CMSSignedDataStreamGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr,
Provider sigProvider)
Deprecated.
use addSignedInfoGenerator
|
void |
CMSSignedDataStreamGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr,
String sigProvider)
Deprecated.
use addSignedInfoGenerator
|
void |
CMSSignedDataGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String encryptionOID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
Deprecated.
use addSignerInfoGenerator
|
void |
CMSSignedDataStreamGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String encryptionOID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr,
Provider sigProvider)
Deprecated.
use addSignedInfoGenerator
|
void |
CMSSignedDataStreamGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String encryptionOID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr,
String sigProvider)
Deprecated.
use addSignedInfoGenerator
|
protected ASN1Set |
CMSSignedGenerator.getAttributeSet(AttributeTable attr) |
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 |
---|---|
void |
SMIMESignedGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
Deprecated.
use addSignerInfoGenerator()
|
void |
SMIMESignedGenerator.addSigner(PrivateKey key,
X509Certificate cert,
String encryptionOID,
String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
Deprecated.
use addSignerInfoGenerator()
|
Modifier and Type | Method and Description |
---|---|
AttributeTable |
TimeStampToken.getSignedAttributes() |
AttributeTable |
TimeStampToken.getUnsignedAttributes() |
Constructor and Description |
---|
TimeStampTokenGenerator(PrivateKey key,
X509Certificate cert,
String digestOID,
String tsaPolicyOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
Deprecated.
use SignerInfoGenerator constructor
|
Modifier and Type | Method and Description |
---|---|
AttributeTable |
CMSTimeStampedDataParser.getOtherMetaData() |
AttributeTable |
CMSTimeStampedData.getOtherMetaData() |
Copyright © 2015. All rights reserved.