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 TBytes |
Returns the certificate's serial number. |
SubjectKeyID TBytes |
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
constructor Create();
Creates a new XMLKeyInfo item object.