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/
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) {
463 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is…
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) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DPKCS8.php50 const OID_NAME = 'rsaEncryption'; define in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8
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/
DPKCS8.php45 const OID_NAME = 'dhKeyAgreement'; define in phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
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/
DPKCS8.php57 const OID_NAME = ['id-ecPublicKey', 'id-Ed25519', 'id-Ed448']; define in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8