JsonWebKeyEncryptionAlgorithm Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.JsonWebKeyEncryptionAlgorithm

public final class JsonWebKeyEncryptionAlgorithm
extends com.microsoft.rest.ExpandableStringEnum<JsonWebKeyEncryptionAlgorithm>

Defines values for JsonWebKeyEncryptionAlgorithm.

Field Summary

Modifier and Type Field and Description
static final JsonWebKeyEncryptionAlgorithm RSA1_5

Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm.

static final JsonWebKeyEncryptionAlgorithm RSA_OAEP

Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm.

static final JsonWebKeyEncryptionAlgorithm RSA_OAEP_256

Static value RSA-OAEP-256 for JsonWebKeyEncryptionAlgorithm.

Constructor Summary

Constructor Description
JsonWebKeyEncryptionAlgorithm()

Method Summary

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

Creates or finds a JsonWebKeyEncryptionAlgorithm from its string representation.

static java.util.Collection<JsonWebKeyEncryptionAlgorithm> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

RSA1_5

public static final JsonWebKeyEncryptionAlgorithm RSA1_5

Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm.

RSA_OAEP

public static final JsonWebKeyEncryptionAlgorithm RSA_OAEP

Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm.

RSA_OAEP_256

public static final JsonWebKeyEncryptionAlgorithm RSA_OAEP_256

Static value RSA-OAEP-256 for JsonWebKeyEncryptionAlgorithm.

Constructor Details

JsonWebKeyEncryptionAlgorithm

public JsonWebKeyEncryptionAlgorithm()

Method Details

fromString

public static JsonWebKeyEncryptionAlgorithm fromString(String name)

Creates or finds a JsonWebKeyEncryptionAlgorithm from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding JsonWebKeyEncryptionAlgorithm

values

public static Collection values()

Returns:

known JsonWebKeyEncryptionAlgorithm values

Applies to