Uses of Enum Class
org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.-
Uses of X509CertificateBuilder.KeyUsage in org.forgerock.opendj.security
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static X509CertificateBuilder.KeyUsage[]
X509CertificateBuilder.KeyUsage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionX509CertificateBuilder.keyUsage
(boolean isCritical, EnumSet<X509CertificateBuilder.KeyUsage> keyUsages) Adds the key usage extension with the provided usages.