| name | data type | description |
|---|---|---|
| certificates | array of Certificate | |
| codeSigners | array of CodeSigner | |
| location | URL |
Example
{
"certificates" : [ {
"encoded" : "...",
"publicKey" : { },
"type" : "..."
}, {
"encoded" : "...",
"publicKey" : { },
"type" : "..."
} ],
"location" : {
"userInfo" : "...",
"content" : { },
"host" : "...",
"protocol" : "...",
"defaultPort" : 12345.0,
"port" : 12345.0,
"path" : "...",
"ref" : "...",
"file" : "...",
"query" : "...",
"authority" : "..."
},
"codeSigners" : [ {
"timestamp" : {
"signerCertPath" : { },
"timestamp" : 12345.0
},
"signerCertPath" : {
"type" : "...",
"encoded" : "...",
"encodings" : { },
"certificates" : [ { }, { } ]
}
}, {
"timestamp" : {
"signerCertPath" : { },
"timestamp" : 12345.0
},
"signerCertPath" : {
"type" : "...",
"encoded" : "...",
"encodings" : { },
"certificates" : [ { }, { } ]
}
} ]
}