Uses of Class
com.azure.security.keyvault.certificates.models.CertificateContentType
Packages that use CertificateContentType
Package
Description
Package containing the data models for CertificateClient.
-
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 valuePEMforCertificateContentType.static final CertificateContentTypeCertificateContentType.PKCS12Static valuePKCS12forCertificateContentType.Methods in com.azure.security.keyvault.certificates.models that return CertificateContentTypeModifier and TypeMethodDescriptionstatic CertificateContentTypeCertificateContentType.fromString(String name) Creates or finds aCertificateContentTypefrom 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.