Uses of Class
kz.gamma.asn1.ASN1Set

Packages that use ASN1Set
kz.gamma.asn1   
kz.gamma.asn1.cms   
kz.gamma.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029. 
kz.gamma.asn1.pkcs   
kz.gamma.asn1.x500   
kz.gamma.asn1.x509   
kz.gamma.cms   
kz.gamma.jce   
kz.gamma.jce.provider   
 

Uses of ASN1Set in kz.gamma.asn1
 

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

Methods in kz.gamma.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.asn1.cms
 

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

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

Methods in kz.gamma.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)
           
static java.lang.String MSTemplate.getTemplateName(ASN1Set attributes)
          Извлечение имени шаблона
 

Constructors in kz.gamma.asn1.cms with parameters of type ASN1Set
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
AttributeTable(ASN1Set s)
           
EncryptedData(EncryptedContentInfo encInfo, ASN1Set unprotectedAttrs)
           
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.asn1.dvcs
 

Fields in kz.gamma.asn1.dvcs declared as ASN1Set
private  ASN1Set DVCSCertInfo.reqSignature
           
private  ASN1Set DVCSCertInfoBuilder.reqSignature
           
 

Methods in kz.gamma.asn1.dvcs that return ASN1Set
 ASN1Set DVCSCertInfo.getReqSignature()
           
 

Methods in kz.gamma.asn1.dvcs with parameters of type ASN1Set
 void DVCSCertInfoBuilder.setReqSignature(ASN1Set reqSignature)
           
 

Uses of ASN1Set in kz.gamma.asn1.pkcs
 

Fields in kz.gamma.asn1.pkcs declared as ASN1Set
private  ASN1Set PrivateKeyInfo.attributes
           
(package private)  ASN1Set CertificationRequestInfo.attributes
           
private  ASN1Set Attribute.attrValues
           
private  ASN1Set SignerInfo.authenticatedAttributes
           
(package private)  ASN1Set SafeBag.bagAttributes
           
private  ASN1Set SignedData.certificates
           
private  ASN1Set SignedData.crls
           
private  ASN1Set SignedData.digestAlgorithms
           
private  ASN1Set SignedData.signerInfos
           
private  ASN1Set SignerInfo.unauthenticatedAttributes
           
 

Methods in kz.gamma.asn1.pkcs that return ASN1Set
 ASN1Set PrivateKeyInfo.getAttributes()
           
 ASN1Set CertificationRequestInfo.getAttributes()
           
 ASN1Set Attribute.getAttrValues()
           
 ASN1Set SignerInfo.getAuthenticatedAttributes()
           
 ASN1Set SafeBag.getBagAttributes()
           
 ASN1Set SignedData.getCertificates()
           
 ASN1Set SignedData.getCRLs()
           
 ASN1Set SignedData.getDigestAlgorithms()
           
 ASN1Set SignedData.getSignerInfos()
           
 ASN1Set SignerInfo.getUnauthenticatedAttributes()
           
 

Constructors in kz.gamma.asn1.pkcs with parameters of type ASN1Set
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
CertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
           
PrivateKeyInfo(AlgorithmIdentifier algId, DERObject privateKey, ASN1Set attributes)
           
SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
           
SignedData(DERInteger _version, ASN1Set _digestAlgorithms, ContentInfo _contentInfo, ASN1Set _certificates, ASN1Set _crls, ASN1Set _signerInfos)
           
SignerInfo(DERInteger version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes)
           
 

Uses of ASN1Set in kz.gamma.asn1.x500
 

Fields in kz.gamma.asn1.x500 declared as ASN1Set
private  ASN1Set RDN.values
           
 

Constructors in kz.gamma.asn1.x500 with parameters of type ASN1Set
RDN(ASN1Set values)
           
 

Uses of ASN1Set in kz.gamma.asn1.x509
 

Fields in kz.gamma.asn1.x509 declared as ASN1Set
private  ASN1Set Attribute.attrValues
           
 

Methods in kz.gamma.asn1.x509 that return ASN1Set
 ASN1Set Attribute.getAttrValues()
           
 

Constructors in kz.gamma.asn1.x509 with parameters of type ASN1Set
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
 

Uses of ASN1Set in kz.gamma.cms
 

Fields in kz.gamma.cms declared as ASN1Set
private  ASN1Set CMSSignedDataParser._certSet
           
private  ASN1Set CMSSignedDataParser._crlSet
           
private  ASN1Set SignerInformation.signedAttributes
           
private  ASN1Set CMSEnvelopedData.unprotectedAttributes
           
private  ASN1Set SignerInformation.unsignedAttributes
           
 

Methods in kz.gamma.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.cms with parameters of type ASN1Set
private  void CMSSignedHelper.addCertsFromSet(java.util.List certs, ASN1Set certSet, java.lang.String provider)
           
private  void CMSSignedHelper.addCRLsFromSet(java.util.List crls, ASN1Set certSet, java.lang.String provider)
           
(package private)  X509Store CMSSignedHelper.createAttributeStore(java.lang.String type, java.lang.String provider, ASN1Set certSet)
           
(package private)  X509Store CMSSignedHelper.createCertificateStore(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)
           
(package private)  X509Store CMSSignedHelper.createCRLsStore(java.lang.String type, java.lang.String provider, ASN1Set crlSet)
           
 

Uses of ASN1Set in kz.gamma.jce
 

Constructors in kz.gamma.jce with parameters of type ASN1Set
PKCS10CertificationRequest(java.lang.String signatureAlgorithm, javax.security.auth.x500.X500Principal subject, java.security.PublicKey key, ASN1Set attributes, java.security.PrivateKey signingKey)
          create a PKCS10 certfication request using the BC provider.
PKCS10CertificationRequest(java.lang.String signatureAlgorithm, javax.security.auth.x500.X500Principal subject, java.security.PublicKey key, ASN1Set attributes, java.security.PrivateKey signingKey, java.lang.String provider)
          create a PKCS10 certfication request using the named provider.
PKCS10CertificationRequest(java.lang.String signatureAlgorithm, X509Name subject, java.security.PublicKey key, ASN1Set attributes, java.security.PrivateKey signingKey)
          create a PKCS10 certfication request using the BC provider.
PKCS10CertificationRequest(java.lang.String signatureAlgorithm, X509Name subject, java.security.PublicKey key, ASN1Set attributes, java.security.PrivateKey signingKey, java.lang.String provider)
          create a PKCS10 certfication request using the named provider.
 

Uses of ASN1Set in kz.gamma.jce.provider
 

Fields in kz.gamma.jce.provider declared as ASN1Set
private  ASN1Set JDKX509CertificateFactory.sCrlData
           
private  ASN1Set X509CertParser.sData
           
private  ASN1Set JDKX509CertificateFactory.sData
           
private  ASN1Set X509CRLParser.sData
           
private  ASN1Set X509AttrCertParser.sData
           
 



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