Uses of Class
com.azure.security.keyvault.certificates.models.CertificateContentType
-
Packages that use CertificateContentType Package Description com.azure.security.keyvault.certificates.models This package contains model classes for Azure Key Vault Certificates -
-
Uses of CertificateContentType in com.azure.security.keyvault.certificates.models
Fields in com.azure.security.keyvault.certificates.models declared as CertificateContentType Modifier and Type Field Description static CertificateContentTypeCertificateContentType. PEMStatic value PEM for CertificateContentType.static CertificateContentTypeCertificateContentType. PKCS12Static value PKCS12 for CertificateContentType.Methods in com.azure.security.keyvault.certificates.models that return CertificateContentType Modifier and Type Method Description static CertificateContentTypeCertificateContentType. fromString(String name)Creates or finds a CertificateContentType from its string representation.CertificateContentTypeCertificatePolicy. getContentType()Get the content type.Methods in com.azure.security.keyvault.certificates.models that return types with arguments of type CertificateContentType Modifier and Type Method Description static Collection<CertificateContentType>CertificateContentType. values()Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateContentType Modifier and Type Method Description CertificatePolicyCertificatePolicy. setContentType(CertificateContentType contentType)Set the content type.
-