| name | data type | description |
|---|---|---|
| signerCertPath | CertPath | |
| timestamp | number |
Example
{
"signerCertPath" : {
"type" : "...",
"encoded" : "...",
"encodings" : { },
"certificates" : [ {
"encoded" : "...",
"publicKey" : { },
"type" : "..."
}, {
"encoded" : "...",
"publicKey" : { },
"type" : "..."
} ]
},
"timestamp" : 12345.0
}