Package org.mozilla.jss.nss
Class SSLErrors
java.lang.Object
org.mozilla.jss.nss.SSLErrors
This class provides access to useful NSS/SSL errors, getting their values
from a JNI call. Note that it *isn't* an enum as the NSS wrappers return
int. This saves us from having to wrap every NSS error in a class instance
only to later unwrap it to make any useful calls.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Certificate has a bad hostname. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BAD_CERT_DOMAIN
public static final int BAD_CERT_DOMAINCertificate has a bad hostname. See also: in /usr/include/nss3/sslcerr.h
-
-
Constructor Details
-
SSLErrors
public SSLErrors()
-
-
Method Details
-
getBadCertDomain
private static int getBadCertDomain()
-