SecureBlackbox 2020 macOS Edition

Questions / Feedback?

KMIPObject Type

A container representing a KMIP object.

Remarks

KMIPObject represents an object stored on the KMIP server. Certificates, certificate requests, and keys are examples of KMIP objects.

Fields

id
String

Contains the value currently stored in the ID Placeholder. The ID Placeholder is a temporary variable which is used for storing a unique identifier temporarily during an operation.

keyAlgorithm
String

The cryptographic algorithm for this object.

Supported values: RSA, DSA, EC, ECDSA, DH, ECDH, DES, 3DES, AES, RC2, RC4, Idea, Blowfish, Camellia, Twofish

keyLength
Int32

The length of the cryptographic key.

objectType
KMIPObjectTypes

The type of this object.

otUnknown0x00
otCertificate0x01
otSymmetricKey0x02
otPublicKey0x04
otPrivateKey0x08

sigAlgorithm
String

Digital signature algorithm for this object (only for certificates).

uniqueIdentifier
String

The unique identifier of the object generated by the key management system. The identifier is required to be unique within the specific server.

Constructors

public init()

Creates a new KMIP object with the default field values.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 macOS Edition - Version 20.0 [Build 8166]