Uses of Class
io.quarkus.vault.pki.CertificateKeyUsage
-
Packages that use CertificateKeyUsage Package Description io.quarkus.vault.pki -
-
Uses of CertificateKeyUsage in io.quarkus.vault.pki
Fields in io.quarkus.vault.pki with type parameters of type CertificateKeyUsage Modifier and Type Field Description List<CertificateKeyUsage>RoleOptions. keyUsagesSpecifies the allowed key usage constraint on issued certificates.Methods in io.quarkus.vault.pki that return CertificateKeyUsage Modifier and Type Method Description static CertificateKeyUsageCertificateKeyUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateKeyUsage[]CertificateKeyUsage. 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 CertificateKeyUsage Modifier and Type Method Description RoleOptionsRoleOptions. setKeyUsages(List<CertificateKeyUsage> keyUsages)
-