Class CertificateContentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CertificateContentType>
com.azure.security.keyvault.certificates.models.CertificateContentType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class CertificateContentType
extends com.azure.core.util.ExpandableStringEnum<CertificateContentType>
Content type of the certificate when the managed secret is downloaded using a
SecretClient.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CertificateContentTypeStatic valuePEMforCertificateContentType.static final CertificateContentTypeStatic valuePKCS12forCertificateContentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateContentTypefromString(String name) Creates or finds aCertificateContentTypefrom its string representation.static Collection<CertificateContentType> values()Gets the known values forCertificateContentType.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PKCS12
Static valuePKCS12forCertificateContentType. -
PEM
Static valuePEMforCertificateContentType.
-
-
Constructor Details
-
CertificateContentType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CertificateContentType value.
-
-
Method Details
-
fromString
Creates or finds aCertificateContentTypefrom its string representation.- Parameters:
name- A name to look for.- Returns:
- The corresponding
CertificateContentType.
-
values
Gets the known values forCertificateContentType.- Returns:
- Known
CertificateContentTypevalues.
-
fromString(String)factory method.