aerogear-crypto 0.1.2

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   
org.jboss.aerogear.crypto.signature   
 

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
 

Uses of Encoder in org.jboss.aerogear.crypto.signature
 

Methods in org.jboss.aerogear.crypto.signature with parameters of type Encoder
 String SigningKey.sign(String message, Encoder encoder)
           
 Boolean VerifyKey.verify(String message, String signature, Encoder encoder)
           
 


aerogear-crypto 0.1.2

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