public class SecretData extends KmipObject
| Constructor and Description |
|---|
SecretData() |
SecretData(SecretDataType secretDataType,
KeyBlock keyBlock) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static SecretData |
fromJson(String json)
Deserialize an instance from its Json representation obtained using toJson()
|
KeyBlock |
getKeyBlock() |
ObjectType |
getObjectType() |
SecretDataType |
getSecretDataType() |
int |
hashCode() |
SecretData |
keyBlock(KeyBlock keyBlock) |
SecretData |
secretDataType(SecretDataType secretDataType) |
void |
setKeyBlock(KeyBlock keyBlock) |
void |
setSecretDataType(SecretDataType secretDataType) |
String |
toString() |
fromJson, getObjectClass, toJsonpublic SecretData()
public SecretData(SecretDataType secretDataType, KeyBlock keyBlock)
public SecretDataType getSecretDataType()
public void setSecretDataType(SecretDataType secretDataType)
public KeyBlock getKeyBlock()
public void setKeyBlock(KeyBlock keyBlock)
public SecretData secretDataType(SecretDataType secretDataType)
public SecretData keyBlock(KeyBlock keyBlock)
public ObjectType getObjectType()
getObjectType in class KmipObjectpublic static SecretData fromJson(String json) throws CloudproofException
json - secret data in JSON formSecretDataCloudproofException - if the the JSON cannot be parsedCopyright © 2022. All rights reserved.