CertificateFormat Enum

  • java.lang.Object
    • java.lang.Enum<CertificateFormat>
      • com.microsoft.azure.management.batch.CertificateFormat

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
the serialized value to parse.

Returns

the parsed CertificateFormat object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to