public interface ISymmetricalEncryptor
Modifier and Type | Method and Description |
---|---|
Cipher |
createEncryptor() |
void |
generateIV() |
void |
generateKey() |
byte[] |
getIV() |
byte[] |
getKey() |
int |
getKeySize() |
byte[] getKey()
byte[] getIV()
int getKeySize()
void generateKey() throws NoSuchAlgorithmException
NoSuchAlgorithmException
void generateIV()
Cipher createEncryptor() throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeyException, InvalidAlgorithmParameterException
Copyright © 2016. All Rights Reserved.