Home
last modified time | relevance | path

Searched refs:TYPE_INTEGER (Results 1 – 25 of 32) sorted by relevance

12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
DRSAPrivateKey.php34 'type' => ASN1::TYPE_INTEGER,
37 'modulus' => ['type' => ASN1::TYPE_INTEGER], // n
38 'publicExponent' => ['type' => ASN1::TYPE_INTEGER], // e
39 'privateExponent' => ['type' => ASN1::TYPE_INTEGER], // d
40 'prime1' => ['type' => ASN1::TYPE_INTEGER], // p
41 'prime2' => ['type' => ASN1::TYPE_INTEGER], // q
42 'exponent1' => ['type' => ASN1::TYPE_INTEGER], // d mod (p-1)
43 'exponent2' => ['type' => ASN1::TYPE_INTEGER], // d mod (q-1)
44 'coefficient' => ['type' => ASN1::TYPE_INTEGER], // (inverse of q) mod p
DDSAPrivateKey.php32 'version' => ['type' => ASN1::TYPE_INTEGER],
33 'p' => ['type' => ASN1::TYPE_INTEGER],
34 'q' => ['type' => ASN1::TYPE_INTEGER],
35 'g' => ['type' => ASN1::TYPE_INTEGER],
36 'y' => ['type' => ASN1::TYPE_INTEGER],
37 'x' => ['type' => ASN1::TYPE_INTEGER]
DDSAParams.php32 'p' => ['type' => ASN1::TYPE_INTEGER],
33 'q' => ['type' => ASN1::TYPE_INTEGER],
34 'g' => ['type' => ASN1::TYPE_INTEGER]
DPentanomial.php32 'k1' => ['type' => ASN1::TYPE_INTEGER], // k1 > 0
33 'k2' => ['type' => ASN1::TYPE_INTEGER], // k2 > k1
34 'k3' => ['type' => ASN1::TYPE_INTEGER], // k3 > h2
DOtherPrimeInfo.php33 'prime' => ['type' => ASN1::TYPE_INTEGER], // ri
34 'exponent' => ['type' => ASN1::TYPE_INTEGER], // di
35 'coefficient' => ['type' => ASN1::TYPE_INTEGER] // ti
DDHParameter.php34 'prime' => ['type' => ASN1::TYPE_INTEGER],
35 'base' => ['type' => ASN1::TYPE_INTEGER],
37 'type' => ASN1::TYPE_INTEGER,
DSpecifiedECDomain.php35 'type' => ASN1::TYPE_INTEGER,
41 'order' => ['type' => ASN1::TYPE_INTEGER],
43 'type' => ASN1::TYPE_INTEGER,
DDssSigValue.php32 'r' => ['type' => ASN1::TYPE_INTEGER],
33 's' => ['type' => ASN1::TYPE_INTEGER]
DRSAPublicKey.php32 'modulus' => ['type' => ASN1::TYPE_INTEGER],
33 'publicExponent' => ['type' => ASN1::TYPE_INTEGER]
DEcdsaSigValue.php32 'r' => ['type' => ASN1::TYPE_INTEGER],
33 's' => ['type' => ASN1::TYPE_INTEGER]
DPBKDF2params.php37 'iterationCount' => ['type' => ASN1::TYPE_INTEGER],
39 'type' => ASN1::TYPE_INTEGER,
DRSASSA_PSS_params.php47 'type' => ASN1::TYPE_INTEGER,
54 'type' => ASN1::TYPE_INTEGER,
DDSAPublicKey.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
DCertificateSerialNumber.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
DTrinomial.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
DCRLNumber.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
DPrime_p.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
DBaseDistance.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
DPBEParameter.php35 'iterationCount' => ['type' => ASN1::TYPE_INTEGER]
DRC2CBCParameter.php35 'type' => ASN1::TYPE_INTEGER,
DNoticeReference.php37 'children' => ['type' => ASN1::TYPE_INTEGER]
DCharacteristic_two.php32 'm' => ['type' => ASN1::TYPE_INTEGER], // field size 2**m
DBasicConstraints.php38 'type' => ASN1::TYPE_INTEGER,
DCertificationRequestInfo.php33 'type' => ASN1::TYPE_INTEGER,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
DPKCS8.php132 $key = ASN1::encodeDER($privateKey, ['type' => ASN1::TYPE_INTEGER]);
154 $key = ASN1::encodeDER($publicKey, ['type' => ASN1::TYPE_INTEGER]);

12