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

Packages that use SignerInfo
kz.gamma.asn1.cms   
kz.gamma.cms   
 

Uses of SignerInfo in kz.gamma.asn1.cms
 

Methods in kz.gamma.asn1.cms that return SignerInfo
static SignerInfo SignerInfo.getInstance(java.lang.Object o)
           
 

Uses of SignerInfo in kz.gamma.cms
 

Fields in kz.gamma.cms declared as SignerInfo
private  SignerInfo SignerInformation.info
           
 

Methods in kz.gamma.cms that return SignerInfo
 SignerInfo SignerInformation.toSignerInfo()
          Return the base ASN.1 CMS structure that this object contains.
(package private)  SignerInfo CMSSignedDataStreamGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType)
           
(package private)  SignerInfo CMSVistaSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType, CMSProcessable content, java.lang.String sigProvider, boolean addDefaultAttributes)
           
(package private)  SignerInfo CMSSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType, CMSProcessable content, java.lang.String sigProvider, boolean addDefaultAttributes)
           
 

Constructors in kz.gamma.cms with parameters of type SignerInfo
SignerInformation(SignerInfo info, DERObjectIdentifier contentType, CMSProcessable content, byte[] digest)
           
 



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