public class AgreeKeyRequest extends Object
Constructor and Description |
---|
AgreeKeyRequest() |
public AgreeKeyRequest privateKey(SobjectDescriptor privateKey)
public SobjectDescriptor getPrivateKey()
public void setPrivateKey(SobjectDescriptor privateKey)
public AgreeKeyRequest publicKey(SobjectDescriptor publicKey)
public SobjectDescriptor getPublicKey()
public void setPublicKey(SobjectDescriptor publicKey)
public AgreeKeyRequest name(String name)
public String getName()
public void setName(String name)
public AgreeKeyRequest groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
public AgreeKeyRequest keySize(Integer keySize)
public Integer getKeySize()
public void setKeySize(Integer keySize)
public AgreeKeyRequest keyType(ObjectType keyType)
public ObjectType getKeyType()
public void setKeyType(ObjectType keyType)
public AgreeKeyRequest mechanism(AgreeKeyMechanism mechanism)
public AgreeKeyMechanism getMechanism()
public void setMechanism(AgreeKeyMechanism mechanism)
public AgreeKeyRequest enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public AgreeKeyRequest description(String description)
public String getDescription()
public void setDescription(String description)
public AgreeKeyRequest keyOps(List<KeyOperations> keyOps)
public AgreeKeyRequest addKeyOpsItem(KeyOperations keyOpsItem)
public List<KeyOperations> getKeyOps()
public void setKeyOps(List<KeyOperations> keyOps)
public AgreeKeyRequest customMetadata(Map<String,String> customMetadata)
public AgreeKeyRequest putCustomMetadataItem(String key, String customMetadataItem)
public Map<String,String> getCustomMetadata()
public AgreeKeyRequest _transient(Boolean _transient)
public Boolean getTransient()
public void setTransient(Boolean _transient)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved