| Package | Description |
|---|---|
| com.cosmian.rest.kmip.objects | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
OpaqueDataType |
OpaqueObject.getOpaque_data_type() |
| Modifier and Type | Method and Description |
|---|---|
OpaqueObject |
OpaqueObject.opaque_data_type(OpaqueDataType opaque_data_type) |
void |
OpaqueObject.setOpaque_data_type(OpaqueDataType opaque_data_type) |
| Constructor and Description |
|---|
OpaqueObject(OpaqueDataType opaque_data_type,
byte[] opaque_data_value) |
| Modifier and Type | Method and Description |
|---|---|
static OpaqueDataType |
OpaqueDataType.from(int code) |
static OpaqueDataType |
OpaqueDataType.from(String name) |
static OpaqueDataType |
OpaqueDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpaqueDataType[] |
OpaqueDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.