| Package | Description |
|---|---|
| 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 |
|---|---|
Attributes |
KeyBlock.attributes(ObjectType objectType)
|
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
PGPKey.getObjectType() |
ObjectType |
PrivateKey.getObjectType() |
ObjectType |
SecretData.getObjectType() |
ObjectType |
CertificateRequest.getObjectType() |
abstract ObjectType |
KmipObject.getObjectType() |
ObjectType |
Certificate.getObjectType() |
ObjectType |
SplitKey.getObjectType() |
ObjectType |
OpaqueObject.getObjectType() |
ObjectType |
PublicKey.getObjectType() |
ObjectType |
SymmetricKey.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends KmipObject> |
KmipObject.getObjectClass(ObjectType objectType)
Helper function to retrieve the KMIP Object class from its
ObjectType |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
GetResponse.getObjectType() |
ObjectType |
CreateResponse.getObjectType() |
ObjectType |
Import.getObjectType() |
ObjectType |
Create.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
GetResponse |
GetResponse.objectType(ObjectType objectType) |
CreateResponse |
CreateResponse.objectType(ObjectType objectType) |
Create |
Create.objectType(ObjectType objectType) |
void |
GetResponse.setObjectType(ObjectType objectType) |
void |
CreateResponse.setObjectType(ObjectType objectType) |
void |
Import.setObjectType(ObjectType object_type) |
void |
Create.setObjectType(ObjectType objectType) |
| Constructor and Description |
|---|
Create(ObjectType objectType,
Attributes attributes,
Optional<Integer> protection_storage_masks) |
CreateResponse(ObjectType objectType,
String uniqueIdentifier) |
GetResponse(ObjectType objectType,
String uniqueIdentifier,
KmipObject object) |
Import(String uniqueIdentifier,
ObjectType objectType,
Optional<Boolean> replaceExisting,
Optional<KeyWrapType> keyWrapType,
Attributes attributes,
KmipObject object) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
ObjectType.from(int code) |
static ObjectType |
ObjectType.from(String name) |
ObjectType |
Attributes.getObjectType() |
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Attributes.objectType(ObjectType objectType) |
void |
Attributes.setObjectType(ObjectType objectType) |
| 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.