| Package | Description |
|---|---|
| com.cosmian.rest.kmip.objects | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
SecretDataType |
SecretData.getSecretDataType() |
| Modifier and Type | Method and Description |
|---|---|
SecretData |
SecretData.secretDataType(SecretDataType secretDataType) |
void |
SecretData.setSecretDataType(SecretDataType secretDataType) |
| Constructor and Description |
|---|
SecretData(SecretDataType secretDataType,
KeyBlock keyBlock) |
| Modifier and Type | Method and Description |
|---|---|
static SecretDataType |
SecretDataType.from(int code) |
static SecretDataType |
SecretDataType.from(String name) |
static SecretDataType |
SecretDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretDataType[] |
SecretDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.