Uses of Class
com.azure.security.keyvault.certificates.models.CertificateContentType
Packages that use CertificateContentType
Package
Description
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 CertificateContentTypeModifier and TypeFieldDescriptionstatic final CertificateContentTypeCertificateContentType.PEMStatic value PEM for CertificateContentType.static final CertificateContentTypeCertificateContentType.PKCS12Static value PKCS12 for CertificateContentType.Methods in com.azure.security.keyvault.certificates.models that return CertificateContentTypeModifier and TypeMethodDescriptionstatic CertificateContentTypeCertificateContentType.fromString(String name) Creates or finds a CertificateContentType from its string representation.CertificatePolicy.getContentType()Get the content type.Methods in com.azure.security.keyvault.certificates.models that return types with arguments of type CertificateContentTypeModifier and TypeMethodDescriptionstatic Collection<CertificateContentType>CertificateContentType.values()Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateContentTypeModifier and TypeMethodDescriptionCertificatePolicy.setContentType(CertificateContentType contentType) Set the content type.