protected static class BaseGCMCipher.CounterGCMParameterSpec extends 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() |
getTLen
protected void incrementCounter()
public byte[] getIV()
getIV
in class GCMParameterSpec
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.