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/
H A 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
H A 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]
H A DDSAParams.php32 'p' => ['type' => ASN1::TYPE_INTEGER],
33 'q' => ['type' => ASN1::TYPE_INTEGER],
34 'g' => ['type' => ASN1::TYPE_INTEGER]
H A DOtherPrimeInfo.php33 'prime' => ['type' => ASN1::TYPE_INTEGER], // ri
34 'exponent' => ['type' => ASN1::TYPE_INTEGER], // di
35 'coefficient' => ['type' => ASN1::TYPE_INTEGER] // ti
H A 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
H A DDHParameter.php34 'prime' => ['type' => ASN1::TYPE_INTEGER],
35 'base' => ['type' => ASN1::TYPE_INTEGER],
37 'type' => ASN1::TYPE_INTEGER,
H A DSpecifiedECDomain.php35 'type' => ASN1::TYPE_INTEGER,
41 'order' => ['type' => ASN1::TYPE_INTEGER],
43 'type' => ASN1::TYPE_INTEGER,
H A DEcdsaSigValue.php32 'r' => ['type' => ASN1::TYPE_INTEGER],
33 's' => ['type' => ASN1::TYPE_INTEGER]
H A DDssSigValue.php32 'r' => ['type' => ASN1::TYPE_INTEGER],
33 's' => ['type' => ASN1::TYPE_INTEGER]
H A DRSAPublicKey.php32 'modulus' => ['type' => ASN1::TYPE_INTEGER],
33 'publicExponent' => ['type' => ASN1::TYPE_INTEGER]
H A DPBKDF2params.php37 'iterationCount' => ['type' => ASN1::TYPE_INTEGER],
39 'type' => ASN1::TYPE_INTEGER,
H A DRSASSA_PSS_params.php47 'type' => ASN1::TYPE_INTEGER,
54 'type' => ASN1::TYPE_INTEGER,
H A DBaseDistance.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
H A DCertificateSerialNumber.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
H A DCRLNumber.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
H A DPrime_p.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
H A DDSAPublicKey.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
H A DTrinomial.php29 const MAP = ['type' => ASN1::TYPE_INTEGER];
H A DPBEParameter.php35 'iterationCount' => ['type' => ASN1::TYPE_INTEGER]
H A DRC2CBCParameter.php35 'type' => ASN1::TYPE_INTEGER,
H A DNoticeReference.php37 'children' => ['type' => ASN1::TYPE_INTEGER]
H A DBasicConstraints.php38 'type' => ASN1::TYPE_INTEGER,
H A DCharacteristic_two.php32 'm' => ['type' => ASN1::TYPE_INTEGER], // field size 2**m
H A DPrivateKeyInfo.php33 'type' => ASN1::TYPE_INTEGER,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php132 $key = ASN1::encodeDER($privateKey, ['type' => ASN1::TYPE_INTEGER]);
154 $key = ASN1::encodeDER($publicKey, ['type' => ASN1::TYPE_INTEGER]);

12