CertificateFormat Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.CertificateFormat

public enum CertificateFormat
extends 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 inherited from java.lang.Enum

Methods inherited from java.lang.Object

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

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static CertificateFormat valueOf(String name)

Parameters

name
String

Returns

values()

public static CertificateFormat[] values()

Returns

Applies to