Package org.conscrypt
Class GCMParameters
- java.lang.Object
-
- org.conscrypt.GCMParameters
-
public class GCMParameters extends Object
GCM parameters used during an ciphering operation withOpenSSLCipher. This class exists solely for backward compatibility with Android versions that did not have theGCMParameterSpecclass.
-
-
Constructor Summary
Constructors Constructor Description GCMParameters(int tLen, byte[] iv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getIV()Returns a non-cloned version of the IV.intgetTLen()Returns the tag length in bits.
-