Class XMLX509SKI

All Implemented Interfaces:
XMLX509DataContent

public class XMLX509SKI extends SignatureElementProxy implements XMLX509DataContent
Handles SubjectKeyIdentifier (SKI) for X.509v3.
See Also:
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
    • SKI_OID

      public static final String SKI_OID
      SubjectKeyIdentifier (id-ce-subjectKeyIdentifier) (2.5.29.14): This extension identifies the public key being certified. It enables distinct keys used by the same subject to be differentiated (e.g., as key updating occurs).

      A key identifier shall be unique with respect to all key identifiers for the subject with which it is used. This extension is always non-critical.
      See Also:
  • Constructor Details

  • Method Details