public class DecryptInitRequestEx extends Object
Constructor and Description |
---|
DecryptInitRequestEx() |
Modifier and Type | Method and Description |
---|---|
DecryptInitRequestEx |
ad(byte[] ad) |
DecryptInitRequestEx |
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.
|
SobjectDescriptor |
getKey()
Get key
|
CipherMode |
getMode()
Get mode
|
int |
hashCode() |
DecryptInitRequestEx |
iv(byte[] iv) |
DecryptInitRequestEx |
key(SobjectDescriptor key) |
DecryptInitRequestEx |
mode(CipherMode mode) |
void |
setAd(byte[] ad) |
void |
setAlg(ObjectType alg) |
void |
setIv(byte[] iv) |
void |
setKey(SobjectDescriptor key) |
void |
setMode(CipherMode mode) |
String |
toString() |
public DecryptInitRequestEx key(SobjectDescriptor key)
public SobjectDescriptor getKey()
public void setKey(SobjectDescriptor key)
public DecryptInitRequestEx alg(ObjectType alg)
public ObjectType getAlg()
public void setAlg(ObjectType alg)
public DecryptInitRequestEx mode(CipherMode mode)
public CipherMode getMode()
public void setMode(CipherMode mode)
public DecryptInitRequestEx iv(byte[] iv)
public byte[] getIv()
public void setIv(byte[] iv)
public DecryptInitRequestEx ad(byte[] ad)
public byte[] getAd()
public void setAd(byte[] ad)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved