Uses of Class
kz.gamma.hardware.asn1.x509.GeneralNames

Packages that use GeneralNames
kz.gamma.hardware.asn1.x509   
 

Uses of GeneralNames in kz.gamma.hardware.asn1.x509
 

Fields in kz.gamma.hardware.asn1.x509 declared as GeneralNames
(package private)  GeneralNames AuthorityKeyIdentifier.certissuer
           
(package private)  GeneralNames Holder.entityName
           
(package private)  GeneralNames IssuerSerial.issuer
           
(package private)  GeneralNames V2Form.issuerName
           
 

Methods in kz.gamma.hardware.asn1.x509 that return GeneralNames
 GeneralNames AuthorityKeyIdentifier.getAuthorityCertIssuer()
           
 GeneralNames Holder.getEntityName()
          Returns the entityName for an v2 attribute certificate or the subjectName for an v1 attribute certificate.
static GeneralNames GeneralNames.getInstance(ASN1TaggedObject obj, boolean explicit)
           
static GeneralNames GeneralNames.getInstance(java.lang.Object obj)
           
 GeneralNames IssuerSerial.getIssuer()
           
 GeneralNames V2Form.getIssuerName()
           
 

Constructors in kz.gamma.hardware.asn1.x509 with parameters of type GeneralNames
AttCertIssuer(GeneralNames names)
          Don't use this one if you are trying to be RFC 3281 compliant.
AuthorityKeyIdentifier(byte[] keyIdentifier, GeneralNames name, java.math.BigInteger serialNumber)
          create an AuthorityKeyIdentifier with a precomupted key identifier and the GeneralNames tag and the serial number provided as well.
AuthorityKeyIdentifier(GeneralNames name, java.math.BigInteger serialNumber)
          create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided.
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki, GeneralNames name, java.math.BigInteger serialNumber)
          create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided as well.
Holder(GeneralNames entityName)
          Constructs a holder with an entityName for v2 attribute certificates or with a subjectName for v1 attribute certificates.
Holder(GeneralNames entityName, int version)
          Constructs a holder with an entityName for v2 attribute certificates or with a subjectName for v1 attribute certificates.
IssuerSerial(GeneralNames issuer, DERInteger serial)
           
V2Form(GeneralNames issuerName)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.