Class RipEmd160
java.lang.Object
com.almis.awe.model.util.security.RipEmd160
Encoder in RipEmd160
- Author:
- pgarcia
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CIPHER_MODE
- See Also:
-
-
Constructor Details
-
RipEmd160
public RipEmd160()Constructs a EncodeUtil object for Password Hash -
RipEmd160
Constructs a Encode util object for encryption- Parameters:
password
- Master password- Throws:
AWException
- AWE exception
-
-
Method Details
-
decrypt
Decrypts a string- Parameters:
text
- String to be decryptedencoding
- Text encoding- Returns:
- String decrypted
- Throws:
AWException
- AWE exception
-
encrypt
Encrypts a string- Parameters:
text
- String to be decryptedencoding
- Text encoding- Returns:
- String encrypted
- Throws:
AWException
- AWE exception
-
encodeRipEmd160
Encodes a text in RIPEMD-160- Parameters:
text
- Text to encode- Returns:
- Text encoded
-