Class CipherAndAuthTag
java.lang.Object
org.jivesoftware.smackx.omemo.internal.CipherAndAuthTag
Encapsulate Cipher and AuthTag.
-
Constructor Details
-
CipherAndAuthTag
-
-
Method Details
-
decrypt
public String decrypt(byte[] ciphertext) throws InvalidKeyException, IllegalBlockSizeException, BadPaddingException, NoSuchAlgorithmException, NoSuchPaddingException, InvalidAlgorithmParameterException -
getAuthTag
-
getKey
-
getIv
-
wasPreKeyEncrypted
-