Uses of Class
org.flasby.crypto.CryptoUtils.CipherPair
Packages that use CryptoUtils.CipherPair
-
Uses of CryptoUtils.CipherPair in org.flasby.crypto
Methods in org.flasby.crypto that return CryptoUtils.CipherPairModifier and TypeMethodDescriptionstatic CryptoUtils.CipherPair
CryptoUtils.generateCipherPair
(char[] passPhrase) generates a new CipherPair which can be used to encrypt and decrypt stuff.static final CryptoUtils.CipherPair
CryptoUtils.generateCipherPair
(char[] passPhrase, byte[] iv) static final CryptoUtils.CipherPair
CryptoUtils.generateCipherPair
(char[] passPhrase, byte[] salt, String keyAlgorithm, byte[] iv)