Home
last modified time | relevance | path

Searched refs:TSPTSTInfo (Results 1 – 2 of 2) sorted by relevance

/plugin/gtime/gtlib/asn1/cms/
H A DCMSEncapsulatedContentInfo.php122 * @return TSPTSTInfo encapsulated content.
130 if ($this->contentType != TSPTSTInfo::OID) {
136 $content = new TSPTSTInfo();
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php48 class TSPTSTInfo implements ASN1DEREncodable { class