protected static class BaseGCMCipher.CounterGCMParameterSpec
extends javax.crypto.spec.GCMParameterSpec
Modifier and Type | Field and Description |
---|---|
protected long |
initialCounter |
protected byte[] |
iv |
Modifier | Constructor and Description |
---|---|
protected |
CounterGCMParameterSpec(int tLen,
byte[] src) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getIV() |
protected void |
incrementCounter() |