aerogear-crypto 0.1.1

Uses of Interface
org.jboss.aerogear.crypto.encoders.Encoder

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
 String Hmac.digest(Encoder encoder, byte[] message)
           
 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 Base64
           
 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.1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.