public class UnwrapKeyRequestEx extends Object
Constructor and Description |
---|
UnwrapKeyRequestEx() |
Modifier and Type | Method and Description |
---|---|
UnwrapKeyRequestEx |
ad(byte[] ad) |
UnwrapKeyRequestEx |
addKeyOpsItem(KeyOperations keyOpsItem) |
UnwrapKeyRequestEx |
alg(ObjectType alg) |
UnwrapKeyRequestEx |
customMetadata(Map<String,String> customMetadata) |
UnwrapKeyRequestEx |
description(String description) |
UnwrapKeyRequestEx |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
byte[] |
getAd()
The authenticated data used with this ciphertext and authentication tag.
|
ObjectType |
getAlg()
Get alg
|
Map<String,String> |
getCustomMetadata()
User-defined metadata for this key.
|
String |
getDescription()
Description of the Security object to unwrap.
|
Boolean |
getEnabled()
Whether the new security object should be enabled.
|
String |
getGroupId()
Group ID (not name) of the security group that this security object should belong to.
|
byte[] |
getIv()
The initialization value used to encrypt this ciphertext.
|
SobjectDescriptor |
getKey()
Get key
|
List<KeyOperations> |
getKeyOps()
Optional array of key operations to be enabled for this security object.
|
CryptMode |
getMode()
Get mode
|
String |
getName()
Name of the security object to unwrap.
|
ObjectType |
getObjType()
Get objType
|
RsaOptions |
getRsa()
Get rsa
|
byte[] |
getTag()
The authentication tag used with this ciphertext and authenticated data.
|
byte[] |
getWrappedKey()
A Security Object previously wrapped with another key.
|
UnwrapKeyRequestEx |
groupId(String groupId) |
int |
hashCode() |
UnwrapKeyRequestEx |
iv(byte[] iv) |
UnwrapKeyRequestEx |
key(SobjectDescriptor key) |
UnwrapKeyRequestEx |
keyOps(List<KeyOperations> keyOps) |
UnwrapKeyRequestEx |
mode(CryptMode mode) |
UnwrapKeyRequestEx |
name(String name) |
UnwrapKeyRequestEx |
objType(ObjectType objType) |
UnwrapKeyRequestEx |
putCustomMetadataItem(String key,
String customMetadataItem) |
UnwrapKeyRequestEx |
rsa(RsaOptions rsa) |
void |
setAd(byte[] ad) |
void |
setAlg(ObjectType alg) |
void |
setCustomMetadata(Map<String,String> customMetadata) |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setGroupId(String groupId) |
void |
setIv(byte[] iv) |
void |
setKey(SobjectDescriptor key) |
void |
setKeyOps(List<KeyOperations> keyOps) |
void |
setMode(CryptMode mode) |
void |
setName(String name) |
void |
setObjType(ObjectType objType) |
void |
setRsa(RsaOptions rsa) |
void |
setTag(byte[] tag) |
void |
setWrappedKey(byte[] wrappedKey) |
UnwrapKeyRequestEx |
tag(byte[] tag) |
String |
toString() |
UnwrapKeyRequestEx |
wrappedKey(byte[] wrappedKey) |
public UnwrapKeyRequestEx key(SobjectDescriptor key)
public SobjectDescriptor getKey()
public void setKey(SobjectDescriptor key)
public UnwrapKeyRequestEx alg(ObjectType alg)
public ObjectType getAlg()
public void setAlg(ObjectType alg)
public UnwrapKeyRequestEx groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
public UnwrapKeyRequestEx objType(ObjectType objType)
public ObjectType getObjType()
public void setObjType(ObjectType objType)
public UnwrapKeyRequestEx wrappedKey(byte[] wrappedKey)
public byte[] getWrappedKey()
public void setWrappedKey(byte[] wrappedKey)
public UnwrapKeyRequestEx mode(CryptMode mode)
public CryptMode getMode()
public void setMode(CryptMode mode)
public UnwrapKeyRequestEx iv(byte[] iv)
public byte[] getIv()
public void setIv(byte[] iv)
public UnwrapKeyRequestEx ad(byte[] ad)
public byte[] getAd()
public void setAd(byte[] ad)
public UnwrapKeyRequestEx tag(byte[] tag)
public byte[] getTag()
public void setTag(byte[] tag)
public UnwrapKeyRequestEx name(String name)
public String getName()
public void setName(String name)
public UnwrapKeyRequestEx description(String description)
public String getDescription()
public void setDescription(String description)
public UnwrapKeyRequestEx keyOps(List<KeyOperations> keyOps)
public UnwrapKeyRequestEx addKeyOpsItem(KeyOperations keyOpsItem)
public List<KeyOperations> getKeyOps()
public void setKeyOps(List<KeyOperations> keyOps)
public UnwrapKeyRequestEx customMetadata(Map<String,String> customMetadata)
public UnwrapKeyRequestEx putCustomMetadataItem(String key, String customMetadataItem)
public Map<String,String> getCustomMetadata()
public UnwrapKeyRequestEx enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public UnwrapKeyRequestEx rsa(RsaOptions rsa)
public RsaOptions getRsa()
public void setRsa(RsaOptions rsa)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved