| Package | Description |
|---|---|
| org.demoiselle.signer.cryptography |
Documentation of package (put it here)
|
| org.demoiselle.signer.cryptography.implementation |
Documentation of package (put it here)
|
| Modifier and Type | Field and Description |
|---|---|
static SymmetricAlgorithmEnum |
SymmetricAlgorithmEnum.DEFAULT
Definition of standard algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static SymmetricAlgorithmEnum |
SymmetricAlgorithmEnum.getSymmetricAlgorithm(String algorithm)
Retrieves an item from the enumeration corresponding to the passed parameter.
|
static SymmetricAlgorithmEnum |
SymmetricAlgorithmEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymmetricAlgorithmEnum[] |
SymmetricAlgorithmEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cryptography.setAlgorithm(SymmetricAlgorithmEnum algorithm)
Changes the algorithm and symmetric encryption settings to be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CriyptographyImpl.setAlgorithm(SymmetricAlgorithmEnum algorithm) |
Copyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.