| Package | Description |
|---|---|
| com.cosmian.rest.kmip.objects | |
| com.cosmian.rest.kmip.operations |
| Modifier and Type | Class and Description |
|---|---|
class |
Certificate
A Managed Cryptographic Object that is a digital certificate.
|
class |
CertificateRequest |
class |
OpaqueObject |
class |
PGPKey
A Managed Cryptographic Object that is a text-based representation of a PGP key.
|
class |
PrivateKey
A Managed Cryptographic Object that is the private portion of an asymmetric key pair.
|
class |
PublicKey |
class |
SecretData |
class |
SplitKey |
class |
SymmetricKey |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends KmipObject> |
KmipObject.fromJson(String json,
Class<T> clazz) |
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 |
|---|---|
KmipObject |
GetResponse.getObject() |
KmipObject |
Import.getObject() |
| Modifier and Type | Method and Description |
|---|---|
GetResponse |
GetResponse.object(KmipObject object) |
void |
GetResponse.setObject(KmipObject object) |
void |
Import.setObject(KmipObject object) |
| Constructor and Description |
|---|
GetResponse(ObjectType objectType,
String uniqueIdentifier,
KmipObject object) |
Import(String uniqueIdentifier,
ObjectType objectType,
Optional<Boolean> replaceExisting,
Optional<KeyWrapType> keyWrapType,
Attributes attributes,
KmipObject object) |
Copyright © 2022. All rights reserved.