public class WrapKeyResponse extends Object
Constructor and Description |
---|
WrapKeyResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getIv()
The initialiation value used for symmetric encryption.
|
byte[] |
getTag()
For symmetric ciphers with cipher mode GCM or CCM, the authentication tag produced by the cipher.
|
byte[] |
getWrappedKey()
The wrapped key.
|
int |
hashCode() |
WrapKeyResponse |
iv(byte[] iv) |
void |
setIv(byte[] iv) |
void |
setTag(byte[] tag) |
void |
setWrappedKey(byte[] wrappedKey) |
WrapKeyResponse |
tag(byte[] tag) |
String |
toString() |
WrapKeyResponse |
wrappedKey(byte[] wrappedKey) |
public WrapKeyResponse wrappedKey(byte[] wrappedKey)
public byte[] getWrappedKey()
public void setWrappedKey(byte[] wrappedKey)
public WrapKeyResponse iv(byte[] iv)
public byte[] getIv()
public void setIv(byte[] iv)
public WrapKeyResponse tag(byte[] tag)
public byte[] getTag()
public void setTag(byte[] tag)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved