Class GcmCipher.CounterGCMParameterSpec
- java.lang.Object
-
- javax.crypto.spec.GCMParameterSpec
-
- com.hierynomus.sshj.transport.cipher.GcmCipher.CounterGCMParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
- Enclosing class:
- GcmCipher
protected static class GcmCipher.CounterGCMParameterSpec extends javax.crypto.spec.GCMParameterSpecAlgorithm parameters for AES/GCM that assumes the IV uses an 8-byte counter field as its most significant bytes.
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]iv
-
Constructor Summary
Constructors Modifier Constructor Description protectedCounterGCMParameterSpec(int tLen, byte[] src)
-
Method Summary
Modifier and Type Method Description byte[]getIV()protected voidincrementCounter()
-