Package | Description |
---|---|
kz.gamma.cms | |
kz.gamma.tsp |
Modifier and Type | Field and Description |
---|---|
private AttributeTable |
CMSEnvelopedDataParser._unprotectedAttributes |
private AttributeTable |
SimpleAttributeTableGenerator.attributes |
(package private) AttributeTable |
CMSVistaSignedDataGenerator.SignerInf.baseSignedTable |
(package private) AttributeTable |
CMSSignedDataGenerator.SignerInf.baseSignedTable |
private AttributeTable |
CMSVistaEnvelopedData.unAttrTable |
Modifier and Type | Method and Description |
---|---|
AttributeTable |
SimpleAttributeTableGenerator.getAttributes(java.util.Map parameters) |
AttributeTable |
DefaultSignedAttributeTableGenerator.getAttributes(java.util.Map parameters) |
AttributeTable |
CMSAttributeTableGenerator.getAttributes(java.util.Map parameters) |
AttributeTable |
Pkcs7Data.getSignedAttributes()
Получение подписанных атрибутов
|
AttributeTable |
SignerInformation.getSignedAttributes()
return a table of the signed 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 |
Pkcs7Data.getUnsignedAttributes()
Получение неподписанных атрибутов
|
AttributeTable |
SignerInformation.getUnsignedAttributes()
return a table of the unsigned attributes indexed by
the OID of the attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
CMSVistaSignedDataGenerator.addSigner(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
add a signer with extra signed/unsigned attributes.
|
void |
CMSSignedDataGenerator.addSigner(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
add a signer with extra signed/unsigned attributes.
|
void |
CMSSignedDataStreamGenerator.addSigner(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr,
java.lang.String sigProvider)
add a signer with extra signed/unsigned attributes.
|
private boolean |
SignerInformation.doVerify(java.security.PublicKey key,
AttributeTable signedAttrTable,
java.lang.String sigProvider) |
DERObject |
CMSVistaEnvelopedData.getAttributeByOid(AttributeTable attributeTable,
java.lang.String oid)
Получение атрибута
|
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 |
---|
DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
Initialise with some extra attributes or overrides.
|
SignerInf(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
java.lang.String encOID,
CMSAttributeTableGenerator sAttr,
CMSAttributeTableGenerator unsAttr,
AttributeTable baseSigneTable) |
SignerInf(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
java.lang.String encOID,
CMSAttributeTableGenerator sAttr,
CMSAttributeTableGenerator unsAttr,
AttributeTable baseSigneTable) |
SimpleAttributeTableGenerator(AttributeTable attributes) |
Modifier and Type | Field and Description |
---|---|
(package private) AttributeTable |
TimeStampTokenGenerator.signedAttr |
(package private) AttributeTable |
TimeStampTokenGenerator.unsignedAttr |
Modifier and Type | Method and Description |
---|---|
AttributeTable |
TimeStampToken.getSignedAttributes() |
AttributeTable |
TimeStampToken.getUnsignedAttributes() |
Constructor and Description |
---|
TimeStampTokenGenerator(java.security.PrivateKey key,
java.security.cert.X509Certificate cert,
java.lang.String digestOID,
java.lang.String tsaPolicyOID,
AttributeTable signedAttr,
AttributeTable unsignedAttr)
create with a signer with extra signed/unsigned attributes.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.