| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
X509Cert(X500Name subjectName,
X509Key subjectPublicKey,
java.util.Date notBefore,
java.util.Date notAfter)
Deprecated.
Partially constructs a certificate from descriptive parameters.
|
Copyright © 2020. All Rights Reserved.