public static enum BoxEndpointBuilderFactory.EncryptionAlgorithm extends Enum<BoxEndpointBuilderFactory.EncryptionAlgorithm>
com.box.sdk.EncryptionAlgorithm enum.| Enum Constant and Description |
|---|
RSA_SHA_256 |
RSA_SHA_384 |
RSA_SHA_512 |
| Modifier and Type | Method and Description |
|---|---|
static BoxEndpointBuilderFactory.EncryptionAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxEndpointBuilderFactory.EncryptionAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxEndpointBuilderFactory.EncryptionAlgorithm RSA_SHA_256
public static final BoxEndpointBuilderFactory.EncryptionAlgorithm RSA_SHA_384
public static final BoxEndpointBuilderFactory.EncryptionAlgorithm RSA_SHA_512
public static BoxEndpointBuilderFactory.EncryptionAlgorithm[] values()
for (BoxEndpointBuilderFactory.EncryptionAlgorithm c : BoxEndpointBuilderFactory.EncryptionAlgorithm.values()) System.out.println(c);
public static BoxEndpointBuilderFactory.EncryptionAlgorithm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel