Home
last modified time | relevance | path

Searched refs:encodeDER (Results 26 – 49 of 49) sorted by relevance

12

/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignedData.php194 public function encodeDER() { function in CMSSignedData
234 return $sequence->encodeDER();
H A DCMSSignerInfo.php182 public function encodeDER() { function in CMSSignerInfo
231 return $sequence->encodeDER();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php238 $temp = ASN1::encodeDER($temp, Maps\HashAlgorithm::MAP);
248 return new ASN1\Element(ASN1::encodeDER($params, Maps\RSASSA_PSS_params::MAP));
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php54 $bytes = $request->encodeDER();
93 $bytes = $request->encodeDER();
172 $bytes = $request->encodeDER();
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php392 $signerInfo->setSignature($timeSignature->encodeDER());
545 public function encodeDER() { function in GTTimestamp
546 return $this->token->encodeDER();
556 GTUtil::write($file, $this->encodeDER());
H A DGTVerifier.php265 $input->update($set->encodeDER());
390 $data = $timeSignature->getPublishedData()->encodeDER();
/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php151 public function encodeDER() { function in GTTimeSignature
190 return $sequence->encodeDER();
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php532 return self::encodeDER(
534 self::encodeDER(self::ASN1_INTEGER, $r) .
535 self::encodeDER(self::ASN1_INTEGER, $s)
547 private static function encodeDER(int $type, string $value): string function in Firebase\\JWT\\JWT
/plugin/gtime/gtlib/asn1/
H A DASN1OctetString.php65 public function encodeDER() { function in ASN1OctetString
H A DASN1String.php51 public function encodeDER() { function in ASN1String
H A DASN1Boolean.php69 public function encodeDER() { function in ASN1Boolean
H A DASN1Integer.php70 public function encodeDER() { function in ASN1Integer
H A DASN1BitString.php70 public function encodeDER() { function in ASN1BitString
H A DASN1ObjectId.php84 public function encodeDER() { function in ASN1ObjectId
H A DASN1DER.php45 return $object->encodeDER();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DASN1.php66 return Encoder::encodeDER(compact('r', 's'), EcdsaSigValue::MAP);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DASN1.php66 return Encoder::encodeDER(compact('r', 's'), Maps\DssSigValue::MAP);
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php213 public function encodeDER() { function in TSPTSTInfo
265 return $sequence->encodeDER();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php77 $params = ASN1::encodeDER($params, Maps\DHParameter::MAP);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php525 $key = ASN1::encodeDER($key, Maps\SubjectPublicKeyInfo::MAP);
600 $cert = ASN1::encodeDER($cert, Maps\Certificate::MAP);
763 $value = ASN1::encodeDER($values[$j], Maps\AttributeValue::MAP);
814 $temp = ASN1::encodeDER($values[$j], $map);
877 $value = new Element(ASN1::encodeDER($value, $map));
1863 return ASN1::encodeDER($dn, Maps\Name::MAP);
2280 $key = ASN1::encodeDER($key, Maps\SubjectPublicKeyInfo::MAP);
2327 $csr = ASN1::encodeDER($csr, Maps\CertificationRequest::MAP);
2391 $key = ASN1::encodeDER($key, Maps\SubjectPublicKeyInfo::MAP);
2431 $spkac = ASN1::encodeDER($spkac, Maps\SignedPublicKeyAndChallenge::MAP);
[all …]
H A DASN1.php859 public static function encodeDER($source, $mapping, $special = []) function in phpseclib3\\File\\ASN1
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php57 $this->bytes = $data->encodeDER();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php197 $key = ASN1::encodeDER($key, Maps\ECPrivateKey::MAP);
H A DPKCS8.php244 $key = ASN1::encodeDER($key, Maps\ECPrivateKey::MAP);

12