Home
last modified time | relevance | path

Searched refs:CMSContentInfo (Results 1 – 6 of 6) sorted by relevance

/plugin/gtime/gtlib/asn1/gt/
H A DGTVerificationRequest.php83 $content = new CMSContentInfo();
135 * @return CMSContentInfo timestamp
144 * @param CMSContentInfo $content timestamp
/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php36 * @param CMSContentInfo $content timestamp token
41 …public static function verifyWithSignature(CMSContentInfo $content, GTDataHash $dataHash, $publicK…
88 * @param CMSContentInfo $content timestamp token
93 …public static function verifyWithPublication(CMSContentInfo $content, GTDataHash $dataHash, $publi…
122 * @param CMSContentInfo $content timestamp token
126 private static function verifyCommon(CMSContentInfo $content, GTDataHash $dataHash) {
H A DGTTimestamp.php183 * @param CMSContentInfo $token timestamp token
185 public function __construct(CMSContentInfo $token) {
570 $content = new CMSContentInfo();
H A DGTPublicationsFile.php393 $contentInfo = new CMSContentInfo();
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTimeStampResp.php81 $token = new CMSContentInfo();
119 * @return CMSContentInfo timestamp token
/plugin/gtime/gtlib/asn1/cms/
H A DCMSContentInfo.php40 class CMSContentInfo implements ASN1DEREncodable { class