| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
X509Key |
CertAndKeyGen.getPublicKey()
Returns the public key of the generated key pair if it is of type
X509Key, or null if the public key is of a different type. |
| 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.