Home
last modified time | relevance | path

Searched refs:OID_NAME (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php276 ASN1::loadOIDs(is_array(static::OID_NAME) ?
277 array_combine(static::OID_NAME, static::OID_VALUE) :
278 [static::OID_NAME => static::OID_VALUE]);
457 if (is_array(static::OID_NAME)) {
458 if (!in_array($private['privateKeyAlgorithm']['algorithm'], static::OID_NAME)) {
462 if ($private['privateKeyAlgorithm']['algorithm'] != static::OID_NAME) {
485 if (is_array(static::OID_NAME)) {
486 if (!in_array($public['publicKeyAlgorithm']['algorithm'], static::OID_NAME)) {
490 if ($public['publicKeyAlgorithm']['algorithm'] != static::OID_NAME) {
525 'algorithm' => is_string(static::OID_NAME) ? static::OID_NAME : $oid
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php50 const OID_NAME = 'rsaEncryption'; define in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8
H A DPSS.php49 const OID_NAME = 'id-RSASSA-PSS'; define in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php45 const OID_NAME = 'dhKeyAgreement'; define in phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS8.php49 const OID_NAME = 'id-dsa'; define in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS8.php57 const OID_NAME = ['id-ecPublicKey', 'id-Ed25519', 'id-Ed448']; define in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8