Overview#

TrustAnchorInfo is a standard format for representing Trust Anchor information defined in RFC 5914TrustAnchorInfo structure:
  TrustAnchorInfo ::= SEQUENCE {
      version   TrustAnchorInfoVersion DEFAULT v1,
      pubKey    SubjectPublicKeyInfo,
      keyId     KeyIdentifier,
      taTitle   TrustAnchorTitle OPTIONAL,
      certPath  CertPathControls OPTIONAL,
      exts      [[1] EXPLICIT Extensions   OPTIONAL,
      taTitleLangTag   [[2] UTF8String OPTIONAL }

   TrustAnchorInfoVersion ::= INTEGER { v1(1) }

Where:

More Information#

There might be more information for this subject on one of the following: