CryptoServerGCMParameterSpec.
More...
Inherits AlgorithmParameterSpec.
|
|
| CryptoServerGCMParameterSpec (int tLen, byte[] src, byte[] aad) throws IllegalArgumentException |
| |
|
| CryptoServerGCMParameterSpec (int tLen, byte[] src, int offset, int len, byte[] aad) throws IllegalArgumentException |
| |
|
byte[] | getIV () |
| |
|
int | getTLen () |
| |
|
byte[] | getAad () |
| |