Uses of Class
com.digt.trusted.asn1.x509.GeneralName

Packages that use GeneralName
com.digt.trusted.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. 
com.digt.trusted.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. 
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
com.digt.trusted.ocsp   
com.digt.trusted.tsp   
 

Uses of GeneralName in com.digt.trusted.asn1.ocsp
 

Methods in com.digt.trusted.asn1.ocsp that return GeneralName
 GeneralName TBSRequest.getRequestorName()
           
 

Constructors in com.digt.trusted.asn1.ocsp with parameters of type GeneralName
TBSRequest(GeneralName requestorName, ASN1Sequence requestList, X509Extensions requestExtensions)
           
 

Uses of GeneralName in com.digt.trusted.asn1.tsp
 

Methods in com.digt.trusted.asn1.tsp that return GeneralName
 GeneralName TSTInfo.getTsa()
           
 

Constructors in com.digt.trusted.asn1.tsp with parameters of type GeneralName
TSTInfo(DERObjectIdentifier tsaPolicyId, MessageImprint messageImprint, DERInteger serialNumber, DERGeneralizedTime genTime, Accuracy accuracy, DERBoolean ordering, DERInteger nonce, GeneralName tsa, X509Extensions extensions)
           
 

Uses of GeneralName in com.digt.trusted.asn1.x509
 

Methods in com.digt.trusted.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()
           
 

Constructors in com.digt.trusted.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.
 

Uses of GeneralName in com.digt.trusted.ocsp
 

Methods in com.digt.trusted.ocsp that return GeneralName
 GeneralName OCSPReq.getRequestorName()
           
 

Methods in com.digt.trusted.ocsp with parameters of type GeneralName
 void OCSPReqGenerator.setRequestorName(GeneralName requestorName)
           
 

Uses of GeneralName in com.digt.trusted.tsp
 

Methods in com.digt.trusted.tsp with parameters of type GeneralName
 void TimeStampTokenGenerator.setTSA(GeneralName tsa)