Uses of Class
kz.gamma.hardware.asn1.ASN1Set

Packages that use ASN1Set
kz.gamma.hardware.asn1   
kz.gamma.hardware.asn1.cms   
kz.gamma.hardware.asn1.pkcs   
kz.gamma.hardware.cms   
kz.gamma.hardware.jce   
 

Uses of ASN1Set in kz.gamma.hardware.asn1
 

Subclasses of ASN1Set in kz.gamma.hardware.asn1
 class BERSet
           
 class DERSet
          A DER encoded set object
 

Methods in kz.gamma.hardware.asn1 that return ASN1Set
static ASN1Set ASN1Set.getInstance(ASN1TaggedObject obj, boolean explicit)
          Return an ASN1 set from a tagged object.
static ASN1Set ASN1Set.getInstance(java.lang.Object obj)
          return an ASN1Set from the given object.
 

Uses of ASN1Set in kz.gamma.hardware.asn1.cms
 

Fields in kz.gamma.hardware.asn1.cms declared as ASN1Set
private  ASN1Set Attribute.attrValues
           
private  ASN1Set SignerInfo.authenticatedAttributes
           
private  ASN1Set SignedData.certificates
           
private  ASN1Set OriginatorInfo.certs
           
private  ASN1Set OriginatorInfo.crls
           
private  ASN1Set SignedData.crls
           
private  ASN1Set SignedData.digestAlgorithms
           
private  ASN1Set EnvelopedData.recipientInfos
           
private  ASN1Set SignedData.signerInfos
           
private  ASN1Set SignerInfo.unauthenticatedAttributes
           
private  ASN1Set EnvelopedData.unprotectedAttrs
           
 

Methods in kz.gamma.hardware.asn1.cms that return ASN1Set
static ASN1Set MSTemplate.getASN1Template(java.lang.String name)
          Формирование имени шаблона в ASN
 ASN1Set Attribute.getAttrValues()
           
 ASN1Set SignerInfo.getAuthenticatedAttributes()
           
 ASN1Set OriginatorInfo.getCertificates()
           
 ASN1Set SignedData.getCertificates()
           
 ASN1Set OriginatorInfo.getCRLs()
           
 ASN1Set SignedData.getCRLs()
           
 ASN1Set SignedData.getDigestAlgorithms()
           
 ASN1Set EnvelopedData.getRecipientInfos()
           
 ASN1Set SignedData.getSignerInfos()
           
 ASN1Set SignerInfo.getUnauthenticatedAttributes()
           
 ASN1Set EnvelopedData.getUnprotectedAttrs()
           
 

Methods in kz.gamma.hardware.asn1.cms with parameters of type ASN1Set
private  DERInteger SignedData.calculateVersion(DERObjectIdentifier contentOid, ASN1Set certs, ASN1Set crls, ASN1Set signerInfs)
           
private  boolean SignedData.checkForVersion3(ASN1Set signerInfs)
           
 

Constructors in kz.gamma.hardware.asn1.cms with parameters of type ASN1Set
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
AttributeTable(ASN1Set s)
           
EnvelopedData(OriginatorInfo originatorInfo, ASN1Set recipientInfos, EncryptedContentInfo encryptedContentInfo, ASN1Set unprotectedAttrs)
           
OriginatorInfo(ASN1Set certs, ASN1Set crls)
           
SignedData(ASN1Set digestAlgorithms, ContentInfo contentInfo, ASN1Set certificates, ASN1Set crls, ASN1Set signerInfos)
           
SignerInfo(SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes)
           
 

Uses of ASN1Set in kz.gamma.hardware.asn1.pkcs
 

Fields in kz.gamma.hardware.asn1.pkcs declared as ASN1Set
(package private)  ASN1Set CertificationRequestInfo.attributes
           
 

Methods in kz.gamma.hardware.asn1.pkcs that return ASN1Set
 ASN1Set CertificationRequestInfo.getAttributes()
           
 

Constructors in kz.gamma.hardware.asn1.pkcs with parameters of type ASN1Set
CertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
           
 

Uses of ASN1Set in kz.gamma.hardware.cms
 

Fields in kz.gamma.hardware.cms declared as ASN1Set
private  ASN1Set SignerInformation.signedAttributes
           
private  ASN1Set SignerInformation.unsignedAttributes
           
 

Methods in kz.gamma.hardware.cms that return ASN1Set
(package private) static ASN1Set CMSUtils.createBerSetFromList(java.util.List derObjects)
           
(package private) static ASN1Set CMSUtils.createDerSetFromList(java.util.List derObjects)
           
protected  ASN1Set CMSSignedGenerator.getAttributeSet(AttributeTable attr)
           
 

Methods in kz.gamma.hardware.cms with parameters of type ASN1Set
private  void CMSSignedHelper.addCertsFromSet(java.util.List certs, ASN1Set certSet, java.lang.String provider)
           
(package private)  X509Store CMSSignedHelper.createAttributeStore(java.lang.String type, java.lang.String provider, ASN1Set certSet)
           
(package private)  java.security.cert.CertStore CMSSignedHelper.createCertStore(java.lang.String type, java.lang.String provider, ASN1Set certSet, ASN1Set crlSet)
           
 

Uses of ASN1Set in kz.gamma.hardware.jce
 

Fields in kz.gamma.hardware.jce declared as ASN1Set
private  ASN1Set Pkcs10RequestCreator.attributes
           
 

Methods in kz.gamma.hardware.jce with parameters of type ASN1Set
 byte[] CryptoObject.generatePKCS10(X509Name subject, JCEPrivateKey privateKey, JCEPublicKey publicKey, ASN1Set attributes)
           
 

Constructors in kz.gamma.hardware.jce with parameters of type ASN1Set
Pkcs10RequestCreator(X509Name subject, JCEPrivateKey privateKey, JCEPublicKey publicKey, ASN1Set attributes, CryptoObject cryptoObject, java.lang.String publicKeyOid, java.lang.String signatureOid)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.