Package net.overburn.redfort.util
Class Toolbox
java.lang.Object
net.overburn.redfort.util.Toolbox
ToolBox to share common utils across Scrambler and Key Derivation Implementations
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]static byte[]decodeCipherText(String raw) static Stringencode(byte[] raw) static StringencodeCipherText(byte[] cipherBytes, byte[] ivBytes) static SecureRandomGenerate Secure Random Numbers based on NIST Recommendations.
-
Field Details
-
CIPHER_TEXT_DELIMITER
- See Also:
-
-
Method Details
-
encode
-
decode
-
encodeCipherText
-
decodeCipherText
-
getRandomBitGenerator
Generate Secure Random Numbers based on NIST Recommendations. - Venky For further info look:- See Also:
-