Uses of Enum Class
org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Packages that use X509CertificateBuilder.ExtendedKeyUsage
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service.-
Uses of X509CertificateBuilder.ExtendedKeyUsage in org.forgerock.opendj.security
Subclasses with type arguments of type X509CertificateBuilder.ExtendedKeyUsage in org.forgerock.opendj.securityModifier and TypeClassDescriptionstatic enumAn enumeration of extended key usages.Methods in org.forgerock.opendj.security that return X509CertificateBuilder.ExtendedKeyUsageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.X509CertificateBuilder.ExtendedKeyUsage.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.ExtendedKeyUsageModifier and TypeMethodDescriptionX509CertificateBuilder.extendedKeyUsage(boolean isCritical, EnumSet<X509CertificateBuilder.ExtendedKeyUsage> extendedKeyUsages) Adds the extended key usage extension with the provided usages.