- ECDH_ALGORITHM_NAME - Static variable in class org.jboss.aerogear.AeroGearCrypto
-
- ECDSA_ALGORITHM_NAME - Static variable in class org.jboss.aerogear.AeroGearCrypto
-
- ecdsaSign - Variable in class org.jboss.aerogear.crypto.signature.SigningKey
-
- ecdsaSign - Variable in class org.jboss.aerogear.crypto.signature.VerifyKey
-
- encode(byte[]) - Method in class org.jboss.aerogear.crypto.encoders.Base64
-
- encode(byte[]) - Method in interface org.jboss.aerogear.crypto.encoders.Encoder
-
Encode the provided data to string
- encode(byte[]) - Method in class org.jboss.aerogear.crypto.encoders.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encode(byte[]) - Method in class org.jboss.aerogear.crypto.encoders.Raw
-
Encode the provided sequence of bytes
- encodeHex(byte[]) - Static method in class org.jboss.aerogear.crypto.encoders.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], boolean) - Static method in class org.jboss.aerogear.crypto.encoders.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHex(byte[], char[]) - Static method in class org.jboss.aerogear.crypto.encoders.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- Encoder - Interface in org.jboss.aerogear.crypto.encoders
-
Provides a level of abstraction for encoding schemes
- encrypt(byte[], byte[]) - Method in class org.jboss.aerogear.crypto.CryptoBox
-
Given the IV, encrypt the provided data
- encrypt(String, String, Encoder) - Method in class org.jboss.aerogear.crypto.CryptoBox
-
Given the IV, encrypt and encode the provided data
- encrypt(String, byte[], int) - Method in class org.jboss.aerogear.crypto.password.DefaultPbkdf2
-
- encrypt(String, byte[]) - Method in class org.jboss.aerogear.crypto.password.DefaultPbkdf2
-
- encrypt(String) - Method in class org.jboss.aerogear.crypto.password.DefaultPbkdf2
-
- encrypt(String, byte[], int) - Method in interface org.jboss.aerogear.crypto.password.Pbkdf2
-
Generate the secret key
- encrypt(String, byte[]) - Method in interface org.jboss.aerogear.crypto.password.Pbkdf2
-
Generate the secret key
- encrypt(String) - Method in interface org.jboss.aerogear.crypto.password.Pbkdf2
-
Generate the secret key