CertPath

Properties
name data type description
certificates array of Certificate
encoded string
encodings object
type string

Example

{
  "certificates" : [ {
    "type" : "...",
    "publicKey" : { },
    "encoded" : "..."
  }, {
    "type" : "...",
    "publicKey" : { },
    "encoded" : "..."
  } ],
  "type" : "...",
  "encodings" : { },
  "encoded" : "..."
}