Uses of Class
iaik.asn1.structures.GeneralNames

Packages that use GeneralNames
com.entrust.toolkit.x509.extensions Contains classes that implement certificate extensions. 
iaik.asn1.structures   
iaik.x509.extensions   
 

Uses of GeneralNames in com.entrust.toolkit.x509.extensions
 

Methods in com.entrust.toolkit.x509.extensions that return GeneralNames
 GeneralNames CertificateIssuer.getGeneralNames()
          Returns the generalNames value of this CertificateIssuer extension specifying the names of the CAs which issued the revoked certificates.
 

Uses of GeneralNames in iaik.asn1.structures
 

Methods in iaik.asn1.structures that return GeneralNames
 GeneralNames DistributionPoint.getCrlIssuer()
          Returns the CRL Issuer parameter of this distribution point.
 

Methods in iaik.asn1.structures with parameters of type GeneralNames
 void DistributionPoint.setCrlIssuer(GeneralNames crlIssuer)
          Sets the CRL Issuer parameter of this extension.
 

Uses of GeneralNames in iaik.x509.extensions
 

Methods in iaik.x509.extensions that return GeneralNames
 GeneralNames AuthorityKeyIdentifier.getAuthorityCertIssuer()
          Returns the authority cert issuer of this AuthorityKeyIdentifier extension.
 GeneralNames IssuerAltName.getGeneralNames()
          Returns the alternative name of the issuer.
 GeneralNames SubjectAltName.getGeneralNames()
          Returns the alternative name of the subject.
 

Methods in iaik.x509.extensions with parameters of type GeneralNames
 void AuthorityKeyIdentifier.setAuthorityCertIssuer(GeneralNames authorityCertIssuer)
          Sets the authority cert issuer of this AuthorityKeyIdentifier extension.
 void IssuerAltName.setGeneralNames(GeneralNames alternateName)
          Sets the alternative name of the issuer.
 void SubjectAltName.setGeneralNames(GeneralNames gn)
          Sets the alternative name of the subject.
 

Constructors in iaik.x509.extensions with parameters of type GeneralNames
IssuerAltName.IssuerAltName(GeneralNames generalNames)
          Constructs an IssuerAltName object form a GeneralNames ASN.1 type.
SubjectAltName.SubjectAltName(GeneralNames gn)
          Constructs a SubjectAltName extension with the given GeneralNames as value.