Uses of Enum Class
org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Packages that use 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
Methods in org.forgerock.opendj.security that return X509CertificateBuilder.KeyUsageModifier 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.Method parameters in org.forgerock.opendj.security with type arguments of type X509CertificateBuilder.KeyUsageModifier and TypeMethodDescriptionX509CertificateBuilder.keyUsage
(boolean isCritical, EnumSet<X509CertificateBuilder.KeyUsage> keyUsages) Adds the key usage extension with the provided usages.