| Package | Description |
|---|---|
| com.cosmian.rest.kmip.operations |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProtectionStorageMasks> |
ReKeyKeyPair.getCommon_protection_storage_masks() |
Optional<ProtectionStorageMasks> |
ReKeyKeyPair.getPrivate_protection_storage_masks() |
Optional<ProtectionStorageMasks> |
ReKeyKeyPair.getPublic_protection_storage_masks() |
| Modifier and Type | Method and Description |
|---|---|
ReKeyKeyPair |
ReKeyKeyPair.common_protection_storage_masks(Optional<ProtectionStorageMasks> common_protection_storage_masks) |
ReKeyKeyPair |
ReKeyKeyPair.private_protection_storage_masks(Optional<ProtectionStorageMasks> private_protection_storage_masks) |
ReKeyKeyPair |
ReKeyKeyPair.public_protection_storage_masks(Optional<ProtectionStorageMasks> public_protection_storage_masks) |
void |
ReKeyKeyPair.setCommon_protection_storage_masks(Optional<ProtectionStorageMasks> common_protection_storage_masks) |
void |
ReKeyKeyPair.setPrivate_protection_storage_masks(Optional<ProtectionStorageMasks> private_protection_storage_masks) |
void |
ReKeyKeyPair.setPublic_protection_storage_masks(Optional<ProtectionStorageMasks> public_protection_storage_masks) |
| Constructor and Description |
|---|
ReKeyKeyPair(Optional<String> privateKeyUniqueIdentifier,
Optional<Integer> offset,
Optional<Attributes> common_attributes,
Optional<Attributes> privateKeyAttributes,
Optional<Attributes> publicKeyAttributes,
Optional<ProtectionStorageMasks> common_protection_storage_masks,
Optional<ProtectionStorageMasks> private_protection_storage_masks,
Optional<ProtectionStorageMasks> public_protection_storage_masks) |
ReKeyKeyPair(Optional<String> privateKeyUniqueIdentifier,
Optional<Integer> offset,
Optional<Attributes> common_attributes,
Optional<Attributes> privateKeyAttributes,
Optional<Attributes> publicKeyAttributes,
Optional<ProtectionStorageMasks> common_protection_storage_masks,
Optional<ProtectionStorageMasks> private_protection_storage_masks,
Optional<ProtectionStorageMasks> public_protection_storage_masks) |
ReKeyKeyPair(Optional<String> privateKeyUniqueIdentifier,
Optional<Integer> offset,
Optional<Attributes> common_attributes,
Optional<Attributes> privateKeyAttributes,
Optional<Attributes> publicKeyAttributes,
Optional<ProtectionStorageMasks> common_protection_storage_masks,
Optional<ProtectionStorageMasks> private_protection_storage_masks,
Optional<ProtectionStorageMasks> public_protection_storage_masks) |
Copyright © 2022. All rights reserved.