CertPath

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

Example

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