Uses of Class
netscape.security.x509.CertException
-
Packages that use CertException Package Description netscape.security.x509 -
-
Uses of CertException in netscape.security.x509
Methods in netscape.security.x509 that throw CertException Modifier and Type Method Description void
X509Cert. verify(java.security.PublicKey issuerPublicKey)
Deprecated.Throws an exception if the certificate is invalid because it is now outside of the certificate's validity period, or because it was not signed using the verification key provided.Constructors in netscape.security.x509 that throw CertException Constructor Description X509Cert(X500Name subjectName, X509Key subjectPublicKey, java.util.Date notBefore, java.util.Date notAfter)
Deprecated.Partially constructs a certificate from descriptive parameters.
-