Home
last modified time | relevance | path

Searched refs:TYPE_BIT_STRING (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DKeyUsage.php30 'type' => ASN1::TYPE_BIT_STRING,
H A DReasonFlags.php30 'type' => ASN1::TYPE_BIT_STRING,
H A DUniqueIdentifier.php29 const MAP = ['type' => ASN1::TYPE_BIT_STRING];
H A Dnetscape_cert_type.php32 'type' => ASN1::TYPE_BIT_STRING,
H A DPublicKey.php29 const MAP = ['type' => ASN1::TYPE_BIT_STRING];
H A DSubjectPublicKeyInfo.php33 'subjectPublicKey' => ['type' => ASN1::TYPE_BIT_STRING]
H A DPublicKeyInfo.php36 'publicKey' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCertificate.php34 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCertificateList.php34 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DSignedPublicKeyAndChallenge.php34 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCertificationRequest.php34 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCurve.php35 'type' => ASN1::TYPE_BIT_STRING,
H A DECPrivateKey.php45 'type' => ASN1::TYPE_BIT_STRING,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php52 const TYPE_BIT_STRING = 3; define in phpseclib3\\File\\ASN1
159 self::TYPE_BIT_STRING => 'bitString',
381 case self::TYPE_BIT_STRING:
396 if ($temp[$i]['type'] != self::TYPE_BIT_STRING) {
402 if ($temp[$last]['type'] != self::TYPE_BIT_STRING) {
761 case self::TYPE_BIT_STRING:
1037 case self::TYPE_BIT_STRING:
H A DX509.php3725 $raw = ASN1::asn1map($decoded[0], ['type' => ASN1::TYPE_BIT_STRING]);