Home
last modified time | relevance | path

Searched refs:CMSSignedData (Results 1 – 3 of 3) sorted by relevance

/plugin/gtime/gtlib/asn1/cms/
H A DCMSContentInfo.php87 case CMSSignedData::OID:
89 $content = new CMSSignedData();
H A DCMSSignedData.php44 class CMSSignedData implements ASN1DEREncodable { class
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php417 * @param CMSSignedData $signedData signed data
421 private function verifySignature(CMSSignedData $signedData, array $data) {