|
aerogear-crypto 0.1.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Encoder | |
|---|---|
| org.jboss.aerogear.crypto | |
| org.jboss.aerogear.crypto.encoders | |
| org.jboss.aerogear.crypto.keys | |
| Uses of Encoder in org.jboss.aerogear.crypto |
|---|
| Methods in org.jboss.aerogear.crypto with parameters of type Encoder | |
|---|---|
byte[] |
CryptoBox.decrypt(String IV,
String cipherText,
Encoder encoder)
Given the IV, decrypt the provided data |
byte[] |
CryptoBox.encrypt(String IV,
String message,
Encoder encoder)
Given the IV, encrypt and encode the provided data |
| Constructors in org.jboss.aerogear.crypto with parameters of type Encoder | |
|---|---|
CryptoBox(String key,
Encoder encoder)
Initializes the box providing the secret key and encoder |
|
| Uses of Encoder in org.jboss.aerogear.crypto.encoders |
|---|
| Classes in org.jboss.aerogear.crypto.encoders that implement Encoder | |
|---|---|
class |
Hex
Converts hexadecimal Strings. |
class |
Raw
Converts raw Strings |
| Uses of Encoder in org.jboss.aerogear.crypto.keys |
|---|
| Constructors in org.jboss.aerogear.crypto.keys with parameters of type Encoder | |
|---|---|
PrivateKey(String secretKey,
Encoder encoder)
Initializes the private key with the provided string and encoder |
|
|
aerogear-crypto 0.1.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||