Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DKeyUsage.php26 'type' => ASN1::TYPE_BIT_STRING,
H A Dnetscape_cert_type.php28 'type' => ASN1::TYPE_BIT_STRING,
H A DUniqueIdentifier.php25 const MAP = ['type' => ASN1::TYPE_BIT_STRING];
H A DPublicKey.php25 const MAP = ['type' => ASN1::TYPE_BIT_STRING];
H A DReasonFlags.php26 'type' => ASN1::TYPE_BIT_STRING,
H A DPublicKeyInfo.php32 'publicKey' => ['type' => ASN1::TYPE_BIT_STRING]
H A DSubjectPublicKeyInfo.php29 'subjectPublicKey' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCertificateList.php30 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCertificationRequest.php30 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DSignedPublicKeyAndChallenge.php30 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCertificate.php30 'signature' => ['type' => ASN1::TYPE_BIT_STRING]
H A DCurve.php31 'type' => ASN1::TYPE_BIT_STRING,
H A DECPrivateKey.php41 'type' => ASN1::TYPE_BIT_STRING,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php46 const TYPE_BIT_STRING = 3; define in phpseclib3\\File\\ASN1
146 self::TYPE_BIT_STRING => 'bitString',
367 case self::TYPE_BIT_STRING:
382 if ($temp[$i]['type'] != self::TYPE_BIT_STRING) {
388 if ($temp[$last]['type'] != self::TYPE_BIT_STRING) {
742 case self::TYPE_BIT_STRING:
1015 case self::TYPE_BIT_STRING:
H A DX509.php3658 $raw = ASN1::asn1map($decoded[0], ['type' => ASN1::TYPE_BIT_STRING]);