public static interface OmemoModule.CipherFactory
| Modifier and Type | Method and Description |
|---|---|
Cipher |
cipherInstance(int mode,
SecretKeySpec secretKey,
byte[] iv) |
Cipher cipherInstance(int mode, SecretKeySpec secretKey, byte[] iv) throws NoSuchPaddingException, NoSuchAlgorithmException, NoSuchProviderException, InvalidAlgorithmParameterException, InvalidKeyException
Copyright © 2006–2020 Tigase. All rights reserved.