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