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

Packages that use AttributeTable
kz.gamma.hardware.cms   
kz.gamma.hardware.tsp   
 

Uses of AttributeTable in kz.gamma.hardware.cms
 

Fields in kz.gamma.hardware.cms declared as AttributeTable
private  AttributeTable SimpleAttributeTableGenerator.attributes
           
(package private)  AttributeTable CMSSignedDataCreator.SignerInf.baseSignedTable
           
(package private)  AttributeTable CMSSignedDataGenerator.SignerInf.baseSignedTable
           
private  AttributeTable CMSGammaEnvelopedData.unAttrTable
           
 

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

Methods in kz.gamma.hardware.cms with parameters of type AttributeTable
 void CMSSignedDataGenerator.addSigner(JCEPrivateKey key, java.security.cert.X509Certificate cert, java.lang.String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr)
          add a signer with extra signed/unsigned attributes.
 void CMSSignedDataCreator.addSigner(java.security.cert.X509Certificate cert, java.lang.String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr)
          add a signer with extra signed/unsigned attributes.
private  boolean SignerInformation.doVerify(java.security.PublicKey key, AttributeTable signedAttrTable, java.lang.String sigProvider)
           
 DERObject CMSGammaEnvelopedData.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.hardware.cms with parameters of type AttributeTable
CMSSignedDataCreator.SignerInf(java.security.cert.X509Certificate cert, java.lang.String digestOID, java.lang.String encOID, CMSAttributeTableGenerator sAttr, CMSAttributeTableGenerator unsAttr, AttributeTable baseSignedTable)
           
CMSSignedDataGenerator.SignerInf(JCEPrivateKey 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)
           
 

Uses of AttributeTable in kz.gamma.hardware.tsp
 

Methods in kz.gamma.hardware.tsp that return AttributeTable
 AttributeTable TimeStampToken.getSignedAttributes()
           
 AttributeTable TimeStampToken.getUnsignedAttributes()
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.