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