| Package | Description |
|---|---|
| org.jboss.aerogear | |
| org.jboss.aerogear.crypto |
| Modifier and Type | Field and Description |
|---|---|
private AeroGearCrypto.Padding |
AeroGearCrypto.Mode.padding |
| Modifier and Type | Method and Description |
|---|---|
static AeroGearCrypto.Padding |
AeroGearCrypto.Padding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AeroGearCrypto.Padding[] |
AeroGearCrypto.Padding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AeroGearCrypto.Mode(String mode,
AeroGearCrypto.Padding padding) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.formatter(AeroGearCrypto.Mode mode,
AeroGearCrypto.Padding padding)
Utility method to format algorithms name in Java like way
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.