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.
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.