Home
last modified time | relevance | path

Searched refs:decode (Results 151 – 175 of 269) sorted by path

1234567891011

/plugin/ghissues/helper/
H A DapiCacheInterface.php188 $response = $json->decode($rawJSON);
/plugin/googlesearch/
H A Dnusoap.php1987 function decode(){ function in soapval
/plugin/gtime/gtlib/asn1/
H A DASN1DER.php112 public static function decode($bytes) { function in ASN1DER
/plugin/gtime/gtlib/asn1/cmp/
H A DPKIStatusInfo.php110 public function decode($object) { function in PKIStatusInfo
/plugin/gtime/gtlib/asn1/cms/
H A DCMSAttribute.php62 public function decode($object) { function in CMSAttribute
H A DCMSContentInfo.php61 public function decode($object) { function in CMSContentInfo
90 $content->decode($tag->getObject());
H A DCMSEncapsulatedContentInfo.php59 public function decode($object) { function in CMSEncapsulatedContentInfo
134 $sequence = ASN1DER::decode($this->content);
137 $content->decode($sequence);
H A DCMSIssuerAndSerialNumber.php62 public function decode($object) { function in CMSIssuerAndSerialNumber
H A DCMSSignedData.php71 public function decode($object) { function in CMSSignedData
106 $digestAlgorithm->decode($item);
114 $encapsulatedContent->decode($object->getObjectAt(2));
176 $signerInfo->decode($info);
H A DCMSSignerIdentifier.php62 public function decode($object) { function in CMSSignerIdentifier
67 $issuerAndSerialNumber->decode($object);
H A DCMSSignerInfo.php68 public function decode($object) { function in CMSSignerInfo
93 $sid->decode($object->getObjectAt(1));
98 $digestAlgorithm->decode($object->getObjectAt(2));
119 $attribute->decode($a);
135 $attribute->decode($a);
152 $signatureAlgorithm->decode($item);
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertToken.php61 public function decode($object) { function in GTCertToken
80 $publishedData->decode($object->getObjectAt(2));
H A DGTCertTokenResponse.php56 public function decode($object) { function in GTCertTokenResponse
67 $status->decode($object->getObjectAt(0));
86 $token->decode($tag->getObjectAs(ASN1_TAG_SEQUENCE));
H A DGTPublishedData.php60 public function decode($object) { function in GTPublishedData
H A DGTSignatureInfo.php58 public function decode($object) { function in GTSignatureInfo
69 $algorithm->decode($object->getObjectAt(0));
H A DGTTimeSignature.php67 public function decode($object) { function in GTTimeSignature
70 $object = ASN1DER::decode($object);
98 $publishedData->decode($object->getObjectAt(2));
117 $pkSignature->decode($sequence);
H A DGTVerificationRequest.php59 public function decode($object) { function in GTVerificationRequest
84 $content->decode($object->getObjectAt(1));
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php60 public function decode($object) { function in TSPAccuracy
H A DTSPMessageImprint.php60 public function decode($object) { function in TSPMessageImprint
71 $hashAlgorithm->decode($object->getObjectAt(0));
H A DTSPTSTInfo.php79 public function decode($object) { function in TSPTSTInfo
112 $messageImprint->decode($object->getObjectAt(2));
143 $accuracy->decode($item);
165 $tsa->decode($item->getObject());
181 $extension->decode($set->getObjectAt($i));
H A DTSPTimeStampResp.php58 public function decode($object) { function in TSPTimeStampResp
69 $status->decode($object->getObjectAt(0));
82 $token->decode($object->getObjectAt(1));
/plugin/gtime/gtlib/asn1/x509/
H A DX509AlgorithmIdentifier.php55 public function decode($object) { function in X509AlgorithmIdentifier
H A DX509Certificate.php248 $bytes = GTBase64::decode($string);
H A DX509Extension.php58 public function decode($object) { function in X509Extension
H A DX509GeneralName.php78 public function decode($object) { function in X509GeneralName

1234567891011