Uses of Class
kz.gamma.asn1.x509.GeneralName

Packages that use GeneralName
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.ocsp   
kz.gamma.asn1.x509   
kz.gamma.asn1.x509.qualified   
kz.gamma.jce.provider   
kz.gamma.x509   
 

Uses of GeneralName in kz.gamma.asn1.dvcs
 

Fields in kz.gamma.asn1.dvcs declared as GeneralName
private  GeneralName DVCSErrorNotice.transactionIdentifier
           
 

Methods in kz.gamma.asn1.dvcs that return GeneralName
 GeneralName DVCSErrorNotice.getTransactionIdentifier()
           
 

Methods in kz.gamma.asn1.dvcs with parameters of type GeneralName
 void DVCSRequestInformationBuilder.setDataLocations(GeneralName dataLocation)
           
 void DVCSRequestInformationBuilder.setDVCS(GeneralName dvcs)
           
 void DVCSRequestInformationBuilder.setRequester(GeneralName requester)
           
 

Constructors in kz.gamma.asn1.dvcs with parameters of type GeneralName
DVCSErrorNotice(kz.gamma.asn1.cmp.PKIStatusInfo status, GeneralName transactionIdentifier)
           
 

Uses of GeneralName in kz.gamma.asn1.ocsp
 

Fields in kz.gamma.asn1.ocsp declared as GeneralName
(package private)  GeneralName TBSRequest.requestorName
           
 

Methods in kz.gamma.asn1.ocsp that return GeneralName
 GeneralName TBSRequest.getRequestorName()
           
 

Constructors in kz.gamma.asn1.ocsp with parameters of type GeneralName
TBSRequest(GeneralName requestorName, ASN1Sequence requestList, X509Extensions requestExtensions)
           
 

Uses of GeneralName in kz.gamma.asn1.x509
 

Fields in kz.gamma.asn1.x509 declared as GeneralName
(package private)  GeneralName AccessDescription.accessLocation
           
private  GeneralName GeneralSubtree.base
           
private  GeneralName RoleSyntax.roleName
           
private  GeneralName Target.targGroup
           
private  GeneralName Target.targName
           
 

Methods in kz.gamma.asn1.x509 that return GeneralName
 GeneralName AccessDescription.getAccessLocation()
           
 GeneralName GeneralSubtree.getBase()
           
static GeneralName GeneralName.getInstance(ASN1TaggedObject tagObj, boolean explicit)
           
static GeneralName GeneralName.getInstance(java.lang.Object obj)
           
 GeneralName[] GeneralNames.getNames()
           
 GeneralName RoleSyntax.getRoleName()
          Gets the role name of this RoleSyntax.
 GeneralName Target.getTargetGroup()
           
 GeneralName Target.getTargetName()
           
 

Constructors in kz.gamma.asn1.x509 with parameters of type GeneralName
AccessDescription(DERObjectIdentifier oid, GeneralName location)
          create an AccessDescription with the oid and location provided.
AuthorityInformationAccess(DERObjectIdentifier oid, GeneralName location)
          create an AuthorityInformationAccess with the oid and location provided.
GeneralNames(GeneralName name)
          Construct a GeneralNames object containing one GeneralName.
GeneralSubtree(GeneralName base)
           
GeneralSubtree(GeneralName base, java.math.BigInteger minimum, java.math.BigInteger maximum)
          Constructor from a given details.
RoleSyntax(GeneralName roleName)
          Constructor.
RoleSyntax(GeneralNames roleAuthority, GeneralName roleName)
          Constructor.
Target(int type, GeneralName name)
          Constructor from given details.
 

Uses of GeneralName in kz.gamma.asn1.x509.qualified
 

Fields in kz.gamma.asn1.x509.qualified declared as GeneralName
(package private)  GeneralName[] SemanticsInformation.nameRegistrationAuthorities
           
 

Methods in kz.gamma.asn1.x509.qualified that return GeneralName
 GeneralName[] SemanticsInformation.getNameRegistrationAuthorities()
           
 

Constructors in kz.gamma.asn1.x509.qualified with parameters of type GeneralName
SemanticsInformation(DERObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)
           
SemanticsInformation(GeneralName[] generalNames)
           
 

Uses of GeneralName in kz.gamma.jce.provider
 

Methods in kz.gamma.jce.provider with parameters of type GeneralName
 void PKIXNameConstraints.checkExcluded(GeneralName name)
          Check if the given GeneralName is contained in the excluded set.
 void PKIXNameConstraints.checkPermitted(GeneralName name)
          Checks if the given GeneralName is in the permitted set.
private  java.lang.String PKIXNameConstraints.extractNameAsString(GeneralName name)
           
 

Uses of GeneralName in kz.gamma.x509
 

Methods in kz.gamma.x509 with parameters of type GeneralName
 void X509AttributeCertStoreSelector.addTargetGroup(GeneralName group)
          Adds a target group criterion for the attribute certificate to the target information extension criteria.
 void X509AttributeCertStoreSelector.addTargetName(GeneralName name)
          Adds a target name criterion for the attribute certificate to the target information extension criteria.
private  java.lang.Object[] AttributeCertificateHolder.getNames(GeneralName[] names)
           
 



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