Uses of Class
iaik.x509.X509ExtensionException

Packages that use X509ExtensionException
com.entrust.toolkit.x509.extensions Contains classes that implement certificate extensions. 
iaik.x509   
iaik.x509.extensions   
 

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

Methods in com.entrust.toolkit.x509.extensions that throw X509ExtensionException
 void OldCRLDistributionPoints.init(ASN1Object obj)
          Inits this OldCRLDistributionPoints implementation with an ASN1Object representing the value of this extension.
 void IssuingDistributionPoint.init(ASN1Object point)
          Inits this IssuingDistributionPoint implementation with an ASN1Object representing the value of this extension.
 ASN1Object IssuingDistributionPoint.toASN1Object()
          Returns the value of this IssuingDistributionPoint extension as an ASN1Object.
 void OldIssuingDistributionPoint.init(ASN1Object point)
          Inits this OldIssuingDistributionPoint implementation with an ASN1Object representing the value of this extension.
 void InvalidityDate.init(ASN1Object obj)
          Inits this InvalidityDate implementation with an ASN1Object representing the value of this extension.
 ASN1Object InvalidityDate.toASN1Object()
          Returns the value of this InvalidityDate extension as an ASN1Object.
 void CertificateIssuer.init(ASN1Object obj)
          Inits this CertificateIssuer implementation with an ASN1Object representing the value of this extension.
 void OldBasicConstraints.init(ASN1Object seq)
          Inits this OldBasicConstraints implementation with an ASN1Object representing the value of this extension.
 void HoldInstructionCode.init(ASN1Object obj)
          Inits this HoldInstructionCode implementation with an ASN1Object representing the value of this extension.
 void EntrustVersInfo.init(ASN1Object obj)
          Inits this EntrustVersInfo implementation with an ASN1Object representing the value of this extension.
 void DeltaCRLIndicator.init(ASN1Object obj)
          Inits this DeltaCRLIndicator implementation with an ASN1Object representing the value of this extension.
 void KeyAttributes.init(ASN1Object attr)
          Inits this KeyAttributes implementation with an ASN1Object representing the value of this extension.
 void OldAuthorityKeyIdentifier.init(ASN1Object obj)
          Inits this OldAuthorityKeyIdentifier implementation with an ASN1Object representing the value of this extension.
 

Uses of X509ExtensionException in iaik.x509
 

Subclasses of X509ExtensionException in iaik.x509
 interface X509ExtensionInitException
          This exception is thrown if an implementation of an extension can not be initialized.
 

Methods in iaik.x509 that throw X509ExtensionException
abstract  void V3Extension.init(ASN1Object obj)
          Inits the implementation with an ASN1Object.
abstract  ASN1Object V3Extension.toASN1Object()
          Returns an ASN.1 representation of a particular extension.
 void RevokedCertificate.addExtension(V3Extension e)
          Adds the given extension to this revoked certificate.
 void X509Certificate.addExtension(V3Extension e)
          Adds the given X509v3 extension.
 boolean X509Extensions.addExtension(V3Extension e)
          Adds an extension to this X509Extensions object.
protected  void X509Extensions.parseExtensions(ASN1Object extObj)
          Initializes the extensions from an ASN1Object.
 ASN1Object X509Extensions.toASN1Object()
          Returns this X509Extensions object as (SEQUENCE) ASN1Object.
 void X509CRL.addExtension(V3Extension e)
          Adds the given X509v2 CRL extension.
 

Constructors in iaik.x509 that throw X509ExtensionException
X509Extensions.X509Extensions(ASN1Object extensions)
          Creates a new X.509Extensions object from an ASN1Object.
 

Uses of X509ExtensionException in iaik.x509.extensions
 

Methods in iaik.x509.extensions that throw X509ExtensionException
 void CRLDistributionPoints.init(ASN1Object obj)
          Inits this CRLDistributionPoints implementation with an ASN1object representing the value of this extension.
 ASN1Object CRLDistributionPoints.toASN1Object()
          Returns an ASN1Object representing the value of this CRLDistributionPoints extension object.
 void BasicConstraints.init(ASN1Object obj)
          Inits this BasicConstraints implementation with an ASN1Object representing the value of this extension.
 void AuthorityKeyIdentifier.init(ASN1Object obj)
          Inits this AuthorityKeyIdentifier implementation with an ASN1Object representing the value of this extension.
 ASN1Object AuthorityKeyIdentifier.toASN1Object()
          Returns an ASN1Object representing the value of this AuthorityKeyIdentifier extension object.
 void PrivateKeyUsagePeriod.init(ASN1Object obj)
          Inits this PrivateKeyUsagePeriod implementation with an ASN1Object representing the value of this extension.
 void IssuerAltName.init(ASN1Object obj)
          Inits this IssuerAltName implementation with an ASN1object representing the value of this extension.
 ASN1Object IssuerAltName.toASN1Object()
          Returns an ASN1Object representing the value of this IssuerAltName extension object.
 void SubjectAltName.init(ASN1Object obj)
          Inits this SubjectAltName implementation with an ASN1object representing the value of this extension.
 ASN1Object SubjectAltName.toASN1Object()
          Returns an ASN1Object representing the value of this SubjectAltName extension object.
 void AuthorityInfoAccess.init(ASN1Object obj)
          Inits this AuthorityInfoAccess implementation with an ASN1object representing the value of this extension.
 ASN1Object AuthorityInfoAccess.toASN1Object()
          Returns an ASN1Object representing the value of this AuthorityInfoAccess extension object.
 void CertificatePolicies.init(ASN1Object obj)
          Inits this CertificatePolicies implementation with an ASN1object representing the value of this extension.
 ASN1Object PolicyMappings.toASN1Object()
          Returns an ASN1Object representing the value of this PolicyMappings extension object.
 void PolicyMappings.init(ASN1Object obj)
          Inits this PolicyMappings implementation with an ASN1object representing the value of this extension.
 ASN1Object ExtendedKeyUsage.toASN1Object()
          Returns an ASN1Object representing the value of this ExtendedKeyUsage extension object.
 void ExtendedKeyUsage.init(ASN1Object obj)
          Inits this ExtendedKeyUsage implementation with an ASN1Object representing the value of this extension.
 void PolicyConstraints.init(ASN1Object obj)
          Inits this PolicyConstraints implementation with an ASN1object representing the value of this extension.
 ASN1Object NameConstraints.toASN1Object()
          Returns an ASN1Object representing the value of this NameConstraints extension object.
 void NameConstraints.init(ASN1Object obj)
          Inits this NameConstraints implementation with an ASN1object representing the value of this extension.
 ASN1Object ErrorExtension.toASN1Object()
          Only throws a X509ExtensionException, since an ErrorExtension only may be used for displaying information about some broken extension.