Uses of Class
org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
-
Packages that use X509CertificateBuilder.KeyUsage Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of X509CertificateBuilder.KeyUsage in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return X509CertificateBuilder.KeyUsage Modifier and Type Method Description static X509CertificateBuilder.KeyUsage
X509CertificateBuilder.KeyUsage. valueOf(String name)
Returns the enum constant of this type with the specified name.static X509CertificateBuilder.KeyUsage[]
X509CertificateBuilder.KeyUsage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.forgerock.opendj.security with type arguments of type X509CertificateBuilder.KeyUsage Modifier and Type Method Description X509CertificateBuilder
X509CertificateBuilder. keyUsage(boolean isCritical, EnumSet<X509CertificateBuilder.KeyUsage> keyUsages)
Adds the key usage extension with the provided usages.
-