< prev index next >

src/java.base/share/classes/java/security/cert/CertificateParsingException.java

Print this page

        

*** 29,38 **** --- 29,39 ---- * 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 + * @since 1.2 */ public class CertificateParsingException extends CertificateException { private static final long serialVersionUID = -7989222416793322029L;
< prev index next >