| Package | Description |
|---|---|
| com.cosmian.rest.kmip.data_structures | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
CryptographicAlgorithm |
KeyBlock.getCryptographicAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
KeyBlock |
KeyBlock.cryptographicAlgorithm(CryptographicAlgorithm cryptographicAlgorithm) |
void |
KeyBlock.setCryptographicAlgorithm(CryptographicAlgorithm cryptographicAlgorithm) |
| Constructor and Description |
|---|
KeyBlock(KeyFormatType keyFormatType,
Optional<KeyCompressionType> keyCompressionType,
KeyValue keyValue,
CryptographicAlgorithm cryptographicAlgorithm,
int cryptographicLength,
Optional<KeyWrappingData> keyWrappingData) |
| Modifier and Type | Method and Description |
|---|---|
static CryptographicAlgorithm |
CryptographicAlgorithm.from(int code) |
static CryptographicAlgorithm |
CryptographicAlgorithm.from(String name) |
static CryptographicAlgorithm |
CryptographicAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptographicAlgorithm[] |
CryptographicAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CryptographicAlgorithm> |
Attributes.getCryptographicAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Attributes.cryptographicAlgorithm(Optional<CryptographicAlgorithm> cryptographicAlgorithm) |
void |
Attributes.setCryptographicAlgorithm(Optional<CryptographicAlgorithm> cryptographicAlgorithm) |
| Constructor and Description |
|---|
Attributes(ObjectType object_type,
Optional<CryptographicAlgorithm> cryptographic_algorithm) |
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.