| Package | Description |
|---|---|
| net.authorize.api.contract.v1 |
| Modifier and Type | Field and Description |
|---|---|
protected EncryptionAlgorithmType |
KeyValue.encryptionAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithmType |
EncryptionAlgorithmType.fromValue(String v) |
EncryptionAlgorithmType |
KeyValue.getEncryptionAlgorithm()
Gets the value of the encryptionAlgorithm property.
|
static EncryptionAlgorithmType |
EncryptionAlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionAlgorithmType[] |
EncryptionAlgorithmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValue.setEncryptionAlgorithm(EncryptionAlgorithmType value)
Sets the value of the encryptionAlgorithm property.
|
Copyright © 2020. All rights reserved.