CertificateType Class

public final class CertificateType
extends ExpandableStringEnum<CertificateType>

Types of certificates supported.

Field Summary

Modifier and Type Field and Description
static final CertificateType KEY_VAULT_CERTIFICATE_URI

If the certificate is stored in an Azure Key Vault.

Constructor Summary

Constructor Description
CertificateType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CertificateType value.

Method Summary

Modifier and Type Method and Description
static CertificateType fromString(String name)

Creates or finds a CertificateType from its string representation.

static Collection<CertificateType> values()

Gets known CertificateType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

KEY_VAULT_CERTIFICATE_URI

public static final CertificateType KEY_VAULT_CERTIFICATE_URI

If the certificate is stored in an Azure Key Vault.

Constructor Details

CertificateType

@Deprecated
public CertificateType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CertificateType value.

Method Details

fromString

public static CertificateType fromString(String name)

Creates or finds a CertificateType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CertificateType.

values

public static Collection<CertificateType> values()

Gets known CertificateType values.

Returns:

known CertificateType values.

Applies to