CertificateFormat Enum
- java.
lang. Object - java.
lang. Enum<CertificateFormat> - com.
microsoft. azure. management. batch. CertificateFormat
- com.
- java.
public enum CertificateFormat
Defines values for CertificateFormat.
Fields
CER |
The certificate is a base64-encoded X.509 certificate. |
PFX |
The certificate is a PFX (PKCS#12) formatted certificate or certificate chain. |
Methods
fromString(String value)
public static CertificateFormat fromString(String value)
Parses a serialized value to a CertificateFormat instance.
Parameters
- value
- String
Returns
the parsed CertificateFormat object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java