public class ParamsWithGCMSpec extends ParamsWithIV
Modifier and Type | Field and Description |
---|---|
protected byte[] |
mTag |
Constructor and Description |
---|
ParamsWithGCMSpec(byte[] aIV) |
ParamsWithGCMSpec(byte[] aIV,
java.io.InputStream aAAD) |
ParamsWithGCMSpec(byte[] aIV,
java.io.InputStream aAAD,
byte[] aTag) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getAAD() |
byte[] |
getEncoded() |
byte[] |
getTag() |
void |
setTag(byte[] aTag) |
getIV
public ParamsWithGCMSpec(byte[] aIV)
public ParamsWithGCMSpec(byte[] aIV, java.io.InputStream aAAD)
public ParamsWithGCMSpec(byte[] aIV, java.io.InputStream aAAD, byte[] aTag)
public java.io.InputStream getAAD()
public byte[] getEncoded()
getEncoded
in interface AlgorithmParams
getEncoded
in class ParamsWithIV
public byte[] getTag()
public void setTag(byte[] aTag)
Copyright © 2025. All rights reserved.