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