@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-05-01T04:06:00.490Z") public class SobjectRequest extends Object
Constructor and Description |
---|
SobjectRequest() |
Modifier and Type | Method and Description |
---|---|
SobjectRequest |
_transient(Boolean _transient) |
SobjectRequest |
addKeyOpsItem(KeyOperations keyOpsItem) |
SobjectRequest |
customMetadata(Map<String,String> customMetadata) |
SobjectRequest |
description(String description) |
SobjectRequest |
deterministicSignatures(Boolean deterministicSignatures) |
SobjectRequest |
ellipticCurve(EllipticCurve ellipticCurve) |
SobjectRequest |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
SobjectRequest |
fpe(FpeOptions fpe) |
Map<String,String> |
getCustomMetadata()
User-defined metadata for this key.
|
String |
getDescription()
Description of the security object to create or import.
|
Boolean |
getDeterministicSignatures()
Get deterministicSignatures
|
EllipticCurve |
getEllipticCurve()
Get ellipticCurve
|
Boolean |
getEnabled()
Whether the new security object should be enabled.
|
FpeOptions |
getFpe()
Get fpe
|
String |
getGroupId()
Group ID (not name) of the security group that this security object should belong to.
|
List<KeyOperations> |
getKeyOps()
Optional array of key operations to be enabled for this security object.
|
Integer |
getKeySize()
Size in bits (not bytes) of the security object to create or import.
|
String |
getName()
Name of the security object to create or import.
|
ObjectType |
getObjType()
Get objType
|
Integer |
getPubExponent()
For RSA keys only.
|
RsaOptions |
getRsa()
Get rsa
|
Boolean |
getTransient()
If this is true, SDKMS will create a transient key.
|
byte[] |
getValue()
When importing a security object, this field contains the binary contents to import.
|
SobjectRequest |
groupId(String groupId) |
int |
hashCode() |
SobjectRequest |
keyOps(List<KeyOperations> keyOps) |
SobjectRequest |
keySize(Integer keySize) |
SobjectRequest |
name(String name) |
SobjectRequest |
objType(ObjectType objType) |
SobjectRequest |
pubExponent(Integer pubExponent) |
SobjectRequest |
putCustomMetadataItem(String key,
String customMetadataItem) |
SobjectRequest |
rsa(RsaOptions rsa) |
void |
setCustomMetadata(Map<String,String> customMetadata) |
void |
setDescription(String description) |
void |
setDeterministicSignatures(Boolean deterministicSignatures) |
void |
setEllipticCurve(EllipticCurve ellipticCurve) |
void |
setEnabled(Boolean enabled) |
void |
setFpe(FpeOptions fpe) |
void |
setGroupId(String groupId) |
void |
setKeyOps(List<KeyOperations> keyOps) |
void |
setKeySize(Integer keySize) |
void |
setName(String name) |
void |
setObjType(ObjectType objType) |
void |
setPubExponent(Integer pubExponent) |
void |
setRsa(RsaOptions rsa) |
void |
setTransient(Boolean _transient) |
void |
setValue(byte[] value) |
String |
toString() |
SobjectRequest |
value(byte[] value) |
public SobjectRequest name(String name)
public String getName()
public void setName(String name)
public SobjectRequest description(String description)
public String getDescription()
public void setDescription(String description)
public SobjectRequest keySize(Integer keySize)
public Integer getKeySize()
public void setKeySize(Integer keySize)
public SobjectRequest pubExponent(Integer pubExponent)
public Integer getPubExponent()
public void setPubExponent(Integer pubExponent)
public SobjectRequest ellipticCurve(EllipticCurve ellipticCurve)
public EllipticCurve getEllipticCurve()
public void setEllipticCurve(EllipticCurve ellipticCurve)
public SobjectRequest rsa(RsaOptions rsa)
public RsaOptions getRsa()
public void setRsa(RsaOptions rsa)
public SobjectRequest fpe(FpeOptions fpe)
public FpeOptions getFpe()
public void setFpe(FpeOptions fpe)
public SobjectRequest groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
public SobjectRequest objType(ObjectType objType)
public ObjectType getObjType()
public void setObjType(ObjectType objType)
public SobjectRequest keyOps(List<KeyOperations> keyOps)
public SobjectRequest addKeyOpsItem(KeyOperations keyOpsItem)
public List<KeyOperations> getKeyOps()
public void setKeyOps(List<KeyOperations> keyOps)
public SobjectRequest customMetadata(Map<String,String> customMetadata)
public SobjectRequest putCustomMetadataItem(String key, String customMetadataItem)
public Map<String,String> getCustomMetadata()
public SobjectRequest value(byte[] value)
public byte[] getValue()
public void setValue(byte[] value)
public SobjectRequest enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public SobjectRequest _transient(Boolean _transient)
public Boolean getTransient()
public void setTransient(Boolean _transient)
public SobjectRequest deterministicSignatures(Boolean deterministicSignatures)
public Boolean getDeterministicSignatures()
public void setDeterministicSignatures(Boolean deterministicSignatures)
Copyright © 2017-2019 Fortanix Inc. All Rights Reserved