| java.security.cert.CertificateException java.security.cert.CertificateParsingException
CertificateParsingException | public class CertificateParsingException extends CertificateException (Code) | | Certificate Parsing Exception. This is thrown whenever an
invalid DER-encoded certificate is parsed or unsupported DER features
are found in the Certificate.
author: Hemma Prafullchandra author: 1.7 |
CertificateParsingException | public CertificateParsingException()(Code) | | Constructs a CertificateParsingException with no detail message. A
detail message is a String that describes this particular
exception.
|
CertificateParsingException | public CertificateParsingException(String message)(Code) | | Constructs a CertificateParsingException with the specified detail
message. A detail message is a String that describes this
particular exception.
Parameters: message - the detail message. |
|
|