| Package | Description |
|---|---|
| com.appslandia.common.base | |
| com.appslandia.common.crypto |
| Modifier and Type | Method and 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 and Description |
|---|---|
protected BaseEncoder |
TextBasedCrypto.baseEncoder |
| Modifier and Type | Method and Description |
|---|---|
TextEncryptor |
TextEncryptor.setBaseEncoder(BaseEncoder baseEncoder) |
TextDigester |
TextDigester.setBaseEncoder(BaseEncoder baseEncoder) |
TextBasedCrypto |
TextBasedCrypto.setBaseEncoder(BaseEncoder baseEncoder) |
Copyright © 2018. All rights reserved.