JsonWebKeyEncryptionAlgorithm Class
- java.
lang. Object - com.
microsoft. azure. keyvault. webkey. JsonWebKeyEncryptionAlgorithm
- com.
public class JsonWebKeyEncryptionAlgorithm
Defines values for JsonWebKeyEncryptionAlgorithm.
Field Summary
Modifier and Type | Field and Description |
---|---|
final List<Json |
ALL_ALGORITHMS
All the JWK encryption algorithms. |
final Json |
RSA_OAEP
Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm. |
final Json |
RSA1_5
Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm. |
Constructor Summary
Constructor | Description |
---|---|
JsonWebKeyEncryptionAlgorithm(String value) |
Creates a custom value for JsonWebKeyEncryptionAlgorithm. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
ALL_ALGORITHMS
public static final List
All the JWK encryption algorithms.
RSA_OAEP
public static final JsonWebKeyEncryptionAlgorithm RSA_OAEP= new JsonWebKeyEncryptionAlgorithm("RSA-OAEP")
Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm.
RSA1_5
public static final JsonWebKeyEncryptionAlgorithm RSA1_5= new JsonWebKeyEncryptionAlgorithm("RSA1_5")
Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm.
Constructor Details
JsonWebKeyEncryptionAlgorithm
public JsonWebKeyEncryptionAlgorithm(String value)
Creates a custom value for JsonWebKeyEncryptionAlgorithm.
Parameters:
Method Details
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()
Applies to
Azure SDK for Java