| Package | Description |
|---|---|
| com.cosmian.rest.abe.policy | |
| com.cosmian.rest.kmip.data_structures | |
| com.cosmian.rest.kmip.objects | |
| com.cosmian.rest.kmip.operations | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
static Policy |
Policy.fromAttributes(Attributes attributes)
Extract the policy from the Key Attributes
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
KeyBlock.attributes(ObjectType objectType)
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Attributes> |
KeyValue.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
KeyValue.attributes(Optional<Attributes> attributes) |
void |
KeyValue.setAttributes(Optional<Attributes> attributes) |
| Constructor and Description |
|---|
KeyValue(KeyMaterial keyMaterial,
Optional<Attributes> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
PrivateKey.attributes()
Return the
Attributes or a set of empty |
Attributes |
PublicKey.attributes()
Return the
Attributes or a set of empty Attributes |
Attributes |
SymmetricKey.attributes()
Return the
Attributes or a set of empty |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Import.getAttributes() |
Attributes |
Locate.getAttributes() |
Attributes |
GetAttributesResponse.getAttributes() |
Attributes |
Create.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Attributes> |
ReKeyKeyPair.getCommon_attributes() |
Optional<Attributes> |
CreateKeyPair.getCommonAttributes() |
Optional<Attributes> |
CreateKeyPair.getPrivateKeyAttributes() |
Optional<Attributes> |
ReKeyKeyPair.getPrivateKeyAttributes() |
Optional<Attributes> |
CreateKeyPair.getPublicKeyAttributes() |
Optional<Attributes> |
ReKeyKeyPair.getPublicKeyAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Locate |
Locate.attributes(Attributes attributes) |
GetAttributesResponse |
GetAttributesResponse.attributes(Attributes attributes) |
Create |
Create.attributes(Attributes attributes) |
void |
Import.setAttributes(Attributes attributes) |
void |
Locate.setAttributes(Attributes attributes) |
void |
GetAttributesResponse.setAttributes(Attributes attributes) |
void |
Create.setAttributes(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
ReKeyKeyPair |
ReKeyKeyPair.common_attributes(Optional<Attributes> common_attributes) |
CreateKeyPair |
CreateKeyPair.commonAttributes(Optional<Attributes> commonAttributes) |
CreateKeyPair |
CreateKeyPair.privateKeyAttributes(Optional<Attributes> privateKeyAttributes) |
ReKeyKeyPair |
ReKeyKeyPair.privateKeyAttributes(Optional<Attributes> privateKeyAttributes) |
CreateKeyPair |
CreateKeyPair.publicKeyAttributes(Optional<Attributes> publicKeyAttributes) |
ReKeyKeyPair |
ReKeyKeyPair.publicKeyAttributes(Optional<Attributes> publicKeyAttributes) |
void |
ReKeyKeyPair.setCommon_attributes(Optional<Attributes> common_attributes) |
void |
CreateKeyPair.setCommonAttributes(Optional<Attributes> commonAttributes) |
void |
CreateKeyPair.setPrivateKeyAttributes(Optional<Attributes> privateKeyAttributes) |
void |
ReKeyKeyPair.setPrivateKeyAttributes(Optional<Attributes> privateKeyAttributes) |
void |
CreateKeyPair.setPublicKeyAttributes(Optional<Attributes> publicKeyAttributes) |
void |
ReKeyKeyPair.setPublicKeyAttributes(Optional<Attributes> publicKeyAttributes) |
| Constructor and Description |
|---|
Create(ObjectType objectType,
Attributes attributes,
Optional<Integer> protection_storage_masks) |
GetAttributesResponse(String uniqueIdentifier,
Attributes attributes) |
Import(String uniqueIdentifier,
ObjectType objectType,
Optional<Boolean> replaceExisting,
Optional<KeyWrapType> keyWrapType,
Attributes attributes,
KmipObject object) |
Locate(Optional<Integer> maximum_items,
Optional<Integer> offset_items,
Optional<Integer> storage_status_mask,
Optional<ObjectGroupMember> object_group_member,
Attributes attributes) |
| Constructor and Description |
|---|
CreateKeyPair(Optional<Attributes> commonAttributes,
Optional<Attributes> privateKeyAttributes,
Optional<Attributes> publicKeyAttributes,
Optional<Integer> commonProtectionStorageMasks,
Optional<Integer> privateProtectionStorageMasks,
Optional<Integer> publicProtectionStorageMasks) |
CreateKeyPair(Optional<Attributes> commonAttributes,
Optional<Attributes> privateKeyAttributes,
Optional<Attributes> publicKeyAttributes,
Optional<Integer> commonProtectionStorageMasks,
Optional<Integer> privateProtectionStorageMasks,
Optional<Integer> publicProtectionStorageMasks) |
CreateKeyPair(Optional<Attributes> commonAttributes,
Optional<Attributes> privateKeyAttributes,
Optional<Attributes> publicKeyAttributes,
Optional<Integer> commonProtectionStorageMasks,
Optional<Integer> privateProtectionStorageMasks,
Optional<Integer> publicProtectionStorageMasks) |
CreateKeyPair(Optional<Attributes> commonAttributes,
Optional<Integer> commonProtectionStorageMasks) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Attributes.activationDate(Optional<Integer> activationDate) |
Attributes |
Attributes.cryptographicAlgorithm(Optional<CryptographicAlgorithm> cryptographicAlgorithm) |
Attributes |
Attributes.cryptographicDomainParameters(Optional<CryptographicDomainParameters> cryptographicDomainParameters) |
Attributes |
Attributes.cryptographicLength(Optional<Integer> cryptographicLength) |
Attributes |
Attributes.cryptographicParameters(Optional<CryptographicParameters> cryptographicParameters) |
Attributes |
Attributes.cryptographicUsageMask(Optional<Integer> cryptographicUsageMask) |
Attributes |
Attributes.keyFormatType(Optional<KeyFormatType> keyFormatType) |
Attributes |
Attributes.link(Optional<Link[]> link) |
Attributes |
Attributes.objectType(ObjectType objectType) |
Attributes |
Attributes.vendorAttributes(Optional<VendorAttribute[]> vendorAttributes) |
Copyright © 2022. All rights reserved.