Deprecated
for removal since 9.
Use the classes in java.security.cert
instead.
Note
The classes in the package javax.security.cert
exist for compatibility with earlier versions of the
Java Secure Sockets Extension (JSSE). New applications should instead
use the standard Java SE certificate classes located in
java.security.cert
.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | CertificateParsingException(String
the detail message. message)Constructs a CertificateParsingException with the specified detail message. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides javax. |
CertificateParsingException | back to summary |
---|---|
public CertificateParsingException() Constructs a CertificateParsingException with no detail message. A detail message is a String that describes this particular exception. |
CertificateParsingException | back to summary |
---|---|
public CertificateParsingException(String message) Constructs a CertificateParsingException with the specified detail message. A detail message is a String that describes this particular exception.
|