| Package | Description |
|---|---|
| com.dell.cpsd.credential.service.api.component.credentials.requested |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionParameters.Algorithm |
EncryptionParameters.Algorithm.fromValue(String value) |
EncryptionParameters.Algorithm |
EncryptionParameters.getAlgorithm()
This is the algorithm that needs to be used for generating the Key Factory instance
(Required)
|
static EncryptionParameters.Algorithm |
EncryptionParameters.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionParameters.Algorithm[] |
EncryptionParameters.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionParameters.setAlgorithm(EncryptionParameters.Algorithm algorithm)
This is the algorithm that needs to be used for generating the Key Factory instance
(Required)
|
| Constructor and Description |
|---|
EncryptionParameters(EncryptionParameters.Algorithm algorithm,
String publicKeyString) |
Copyright © 2017. All rights reserved.