SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

XMLKeyInfoItem Type

Represents an XML KeyInfo item.

Remarks

This object contains information about the public key that was used to perform encryption or signing.

Fields

IssuerRDN
String?

A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.

SerialNumber
ByteArray?

Returns the certificate's serial number.

SubjectKeyID
ByteArray?

Contains a unique identifier (fingerprint) of the certificate's private key.

Subject Key Identifier is a (non-critical) X.509 certificate extension which allows the identification of certificates containing a particular public key. In SecureBlackbox, the unique identifier is represented with a SHA1 hash of the bit string of the subject public key.

SubjectRDN
String?

A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).

Constructors

public constructor()

Creates a new XMLKeyInfo item object.

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