| Package | Description |
|---|---|
| org.jboss.aerogear | |
| org.jboss.aerogear.crypto |
| Modifier and Type | Method and Description |
|---|---|
static AeroGearCrypto.Mode |
AeroGearCrypto.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AeroGearCrypto.Mode[] |
AeroGearCrypto.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.formatter(AeroGearCrypto.Algorithm algorithm,
AeroGearCrypto.Mode mode)
Utility method to format algorithms name in Java like way
|
static String |
Util.formatter(AeroGearCrypto.Mode mode,
AeroGearCrypto.Padding padding)
Utility method to format algorithms name in Java like way
|
static org.bouncycastle.crypto.modes.AEADBlockCipher |
BlockCipher.getNewCipher(AeroGearCrypto.Mode blockMode)
Retrieve a new instance of the block mode provided
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.