Class CertificateContentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CertificateContentType>
com.azure.security.keyvault.certificates.models.CertificateContentType
public final class CertificateContentType
extends com.azure.core.util.ExpandableStringEnum<CertificateContentType>
Defines values for CertificateContentType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CertificateContentTypeStatic value PEM for CertificateContentType.static final CertificateContentTypeStatic value PKCS12 for CertificateContentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateContentTypefromString(String name) Creates or finds a CertificateContentType from its string representation.static Collection<CertificateContentType>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PKCS12
Static value PKCS12 for CertificateContentType. -
PEM
Static value PEM for CertificateContentType.
-
-
Constructor Details
-
CertificateContentType
public CertificateContentType()
-
-
Method Details
-
fromString
Creates or finds a CertificateContentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CertificateContentType.
-
values
- Returns:
- known CertificateContentType values.
-