Uses of Class
io.quarkus.vault.pki.CertificateExtendedKeyUsage
-
Packages that use CertificateExtendedKeyUsage Package Description io.quarkus.vault.pki -
-
Uses of CertificateExtendedKeyUsage in io.quarkus.vault.pki
Fields in io.quarkus.vault.pki with type parameters of type CertificateExtendedKeyUsage Modifier and Type Field Description List<CertificateExtendedKeyUsage>RoleOptions. extendedKeyUsagesSpecifies the allowed extended key usage constraint on issued certificates.Methods in io.quarkus.vault.pki that return CertificateExtendedKeyUsage Modifier and Type Method Description static CertificateExtendedKeyUsageCertificateExtendedKeyUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateExtendedKeyUsage[]CertificateExtendedKeyUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.quarkus.vault.pki with type arguments of type CertificateExtendedKeyUsage Modifier and Type Method Description RoleOptionsRoleOptions. setExtendedKeyUsages(List<CertificateExtendedKeyUsage> extendedKeyUsages)
-