Uses of Class
kz.gamma.asn1.cms.AttributeTable

Packages that use AttributeTable
kz.gamma.cms   
 

Uses of AttributeTable in kz.gamma.cms
 

Fields in kz.gamma.cms declared as AttributeTable
private  AttributeTable CMSEnvelopedDataParser._unprotectedAttributes
           
private  AttributeTable SimpleAttributeTableGenerator.attributes
           
(package private)  AttributeTable CMSVistaSignedDataGenerator.SignerInf.baseSignedTable
           
(package private)  AttributeTable CMSSignedDataGenerator.SignerInf.baseSignedTable
           
private  AttributeTable CMSVistaEnvelopedData.unAttrTable
           
 

Methods in kz.gamma.cms that return AttributeTable
 AttributeTable DefaultSignedAttributeTableGenerator.getAttributes(java.util.Map parameters)
           
 AttributeTable SimpleAttributeTableGenerator.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 SignerInformation.getUnsignedAttributes()
          return a table of the unsigned attributes indexed by the OID of the attribute.
 

Methods in kz.gamma.cms with parameters of type AttributeTable
 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.
 

Constructors in kz.gamma.cms with parameters of type AttributeTable
CMSSignedDataGenerator.SignerInf(java.security.PrivateKey key, java.security.cert.X509Certificate cert, java.lang.String digestOID, java.lang.String encOID, CMSAttributeTableGenerator sAttr, CMSAttributeTableGenerator unsAttr, AttributeTable baseSigneTable)
           
CMSVistaSignedDataGenerator.SignerInf(java.security.PrivateKey key, java.security.cert.X509Certificate cert, java.lang.String digestOID, java.lang.String encOID, CMSAttributeTableGenerator sAttr, CMSAttributeTableGenerator unsAttr, AttributeTable baseSigneTable)
           
DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)
          Initialise with some extra attributes or overrides.
SimpleAttributeTableGenerator(AttributeTable attributes)
           
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.