public class GCMParameters extends Object
OpenSSLCipher.
This class exists solely for backward compatibility with Android versions
that did not have the GCMParameterSpec class.| Modifier and Type | Field and Description |
|---|---|
byte[] |
iv
Actually the nonce value for the GCM operation.
|
int |
tLen
The tag length in bits.
|
| Constructor and Description |
|---|
GCMParameters(int tLen,
byte[] iv) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getIV()
Returns a non-cloned version of the IV.
|
int |
getTLen()
Returns the tag length in bits.
|