Interface | Description |
---|---|
X509Certificate |
An interface providing access to the certificate
|
Class | Description |
---|---|
X509CertificateBuilder |
A class for building a X.509v3 self-signed certificate.
|
Enum | Description |
---|---|
X509Certificate.ExtendedKeyUsage |
The extended key usage extension indicates one or more purposes
for which the certified public key may be used,
in addition to or in place of the basic purposes
indicated in the key usage extension.
|
X509Certificate.KeyUsage |
The key usage extension defines the purpose
(e.g., encipherment, signature, certificate signing)of the key
contained in the certificate.
|
Exception | Description |
---|---|
X509CertificateBuilderException |
An exception indicating one of a variety of problems
encountered when building a certificate.
|
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.