| Package | Description |
|---|---|
| com.cosmian.rest.abe | |
| com.cosmian.rest.kmip.data_structures | |
| com.cosmian.rest.kmip.operations | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
KeyFormatType |
Specifications.getKeyFormatTypeDecryptionKey() |
KeyFormatType |
Specifications.getKeyFormatTypeMasterSecretKey() |
KeyFormatType |
Specifications.getKeyFormatTypePublicKey() |
| Modifier and Type | Method and Description |
|---|---|
KeyFormatType |
KeyBlock.getKeyFormatType() |
| Modifier and Type | Method and Description |
|---|---|
KeyBlock |
KeyBlock.keyFormatType(KeyFormatType keyFormatType) |
void |
KeyBlock.setKeyFormatType(KeyFormatType keyFormatType) |
| Constructor and Description |
|---|
KeyBlock(KeyFormatType keyFormatType,
Optional<KeyCompressionType> keyCompressionType,
KeyValue keyValue,
CryptographicAlgorithm cryptographicAlgorithm,
int cryptographicLength,
Optional<KeyWrappingData> keyWrappingData) |
| Modifier and Type | Method and Description |
|---|---|
Optional<KeyFormatType> |
Get.getKeyFormatType() |
| Modifier and Type | Method and Description |
|---|---|
Get |
Get.keyFormatType(Optional<KeyFormatType> keyFormatType) |
void |
Get.setKeyFormatType(Optional<KeyFormatType> keyFormatType) |
| Constructor and Description |
|---|
Get(Optional<String> uniqueIdentifier,
Optional<KeyFormatType> keyFormatType,
Optional<KeyWrapType> keyWrapType,
Optional<KeyCompressionType> keyCompressionType,
Optional<KeyWrappingData> keyWrappingData) |
| Modifier and Type | Method and Description |
|---|---|
static KeyFormatType |
KeyFormatType.from(int code) |
static KeyFormatType |
KeyFormatType.from(String name) |
static KeyFormatType |
KeyFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyFormatType[] |
KeyFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<KeyFormatType> |
Attributes.getKeyFormatType() |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Attributes.keyFormatType(Optional<KeyFormatType> keyFormatType) |
void |
Attributes.setKeyFormatType(Optional<KeyFormatType> keyFormatType) |
| Constructor and Description |
|---|
Attributes(Optional<Integer> activationDate,
Optional<CryptographicAlgorithm> cryptographicAlgorithm,
Optional<Integer> cryptographicLength,
Optional<CryptographicDomainParameters> cryptographicDomainParameters,
Optional<CryptographicParameters> cryptographicParameters,
Optional<Integer> cryptographicUsageMask,
Optional<KeyFormatType> keyFormatType,
Optional<Link[]> link,
ObjectType objectType,
Optional<VendorAttribute[]> vendorAttributes) |
Copyright © 2022. All rights reserved.