Name

CertificateParsingException

Synopsis

Signals an error or other problem while parsing a certificate.

java.security.cert.CertificateParsingException

Figure 14-52. java.security.cert.CertificateParsingException

public class CertificateParsingException extends CertificateException {
// Public Constructors
     public CertificateParsingException( );  
5.0  public CertificateParsingException(Throwable cause);  
     public CertificateParsingException(String message);  
5.0  public CertificateParsingException(String message, Throwable cause);  
}

Thrown By

X509Certificate.{getExtendedKeyUsage( ), getIssuerAlternativeNames( ), getSubjectAlternativeNames( )}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.