Home
last modified time | relevance | path

Searched refs:ASN1Tag (Results 1 – 11 of 11) sorted by relevance

/plugin/gtime/gtlib/asn1/x509/
H A DX509GeneralName.php75 * @param ASN1Tag $object X509GeneralName encoded as ASN1Tag
80 if (!$object instanceof ASN1Tag) {
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerIdentifier.php71 } else if ($object instanceof ASN1Tag) {
101 $tag = new ASN1Tag();
H A DCMSSignerInfo.php106 if ($item instanceof ASN1Tag) {
198 $tag = new ASN1Tag();
220 $tag = new ASN1Tag();
H A DCMSEncapsulatedContentInfo.php81 if (!$tag instanceof ASN1Tag) {
101 $tag = new ASN1Tag();
H A DCMSSignedData.php122 if ($item instanceof ASN1Tag) {
216 $certificatesTag = new ASN1Tag();
H A DCMSContentInfo.php113 $tag = new ASN1Tag();
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php86 } else if ($item instanceof ASN1Tag) {
168 $tag = new ASN1Tag();
179 $tag = new ASN1Tag();
H A DTSPTSTInfo.php157 } else if ($item instanceof ASN1Tag) {
236 $tag = new ASN1Tag();
255 $tag = new ASN1Tag();
/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php106 if (!$tag instanceof ASN1Tag) {
161 $tag = new ASN1Tag();
180 $tag = new ASN1Tag();
/plugin/gtime/gtlib/asn1/
H A DASN1Tag.php30 class ASN1Tag extends ASN1Object { class
H A DASN1DER.php336 $object = new ASN1Tag();