public class DecryptInitRequest extends Object
Constructor and Description |
---|
DecryptInitRequest() |
Modifier and Type | Method and Description |
---|---|
DecryptInitRequest |
ad(byte[] ad) |
DecryptInitRequest |
alg(ObjectType alg) |
boolean |
equals(Object o) |
byte[] |
getAd()
The authenticated data used with this ciphertext and authentication tag.
|
ObjectType |
getAlg()
Get alg
|
byte[] |
getIv()
The initialization value used to encrypt this ciphertext.
|
CipherMode |
getMode()
Get mode
|
int |
hashCode() |
DecryptInitRequest |
iv(byte[] iv) |
DecryptInitRequest |
mode(CipherMode mode) |
void |
setAd(byte[] ad) |
void |
setAlg(ObjectType alg) |
void |
setIv(byte[] iv) |
void |
setMode(CipherMode mode) |
String |
toString() |
public DecryptInitRequest alg(ObjectType alg)
public ObjectType getAlg()
public void setAlg(ObjectType alg)
public DecryptInitRequest mode(CipherMode mode)
public CipherMode getMode()
public void setMode(CipherMode mode)
public DecryptInitRequest iv(byte[] iv)
public byte[] getIv()
public void setIv(byte[] iv)
public DecryptInitRequest ad(byte[] ad)
public byte[] getAd()
public void setAd(byte[] ad)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved