| Package | Description |
|---|---|
| com.appslandia.common.base | |
| com.appslandia.common.crypto |
| Modifier and Type | Method | Description |
|---|---|---|
static BaseEncoder |
BaseEncoder.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BaseEncoder[] |
BaseEncoder.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected BaseEncoder |
TextBasedCrypto.baseEncoder |
| Modifier and Type | Method | Description |
|---|---|---|
TextBasedCrypto |
TextBasedCrypto.setBaseEncoder(BaseEncoder baseEncoder) |
|
TextDigester |
TextDigester.setBaseEncoder(BaseEncoder baseEncoder) |
|
TextEncryptor |
TextEncryptor.setBaseEncoder(BaseEncoder baseEncoder) |
Copyright © 2018. All rights reserved.