X509CertImpl.this

unmarshals an X.509 certificate from an input stream. If the certificate is RFC1421 hex-encoded, then it must begin with the line X509Factory.BEGIN_CERT and end with the line X509Factory.END_CERT.

@param in an input stream holding at least one certificate that may be either DER-encoded or RFC1421 hex-encoded version of the DER-encoded certificate. @exception CertificateException on parsing and initialization errors.

  1. this()
  2. this(byte[] certData)
  3. this(InputStream stream)
    class X509CertImpl
    this
    (
    InputStream stream
    )
  4. this(X509CertInfo certInfo)
  5. this(DerValue derVal)

Meta