Uses of Class
com.dstc.security.pki.PKIException

Packages that use PKIException
com.dstc.security.pki This package defines classes and interfaces for certification requests and certificate and CRL generation. 
 

Uses of PKIException in com.dstc.security.pki
 

Subclasses of PKIException in com.dstc.security.pki
 interface X509CertGenException
          A class for X509CertGen exceptions.
 interface X509CRLGenException
          A class for X509CRLGen exceptions.
 

Constructors in com.dstc.security.pki that throw PKIException
NetscapeCertificationRequest.NetscapeCertificationRequest(byte[] encoded)
          Constructs a NetscapeCertificationRequest from an Asn1 encoding
PKCS10CertificationRequest.PKCS10CertificationRequest(String dn, PublicKey pub, Set atts, String sigAlgName, PrivateKey priv)
           Constructs PKCS10CertificationRequest from the subject's DN, a set of Attributes, the signature algorithm name and subject's private key.
PKCS10CertificationRequest.PKCS10CertificationRequest(byte[] encoded)
          Constructs a PKCS10CertificationRequest object from a byte array containing a DER encoding.
PKCS10CertificationRequest.PKCS10CertificationRequest(InputStream is)
          Constructs a PKCS10CertificationRequest object from an InputStream containing a DER encoding.