Searched refs:OID_NAME (Results 1 – 6 of 6) sorted by relevance
265 ASN1::loadOIDs(is_array(static::OID_NAME) ?266 array_combine(static::OID_NAME, static::OID_VALUE) :267 [static::OID_NAME => static::OID_VALUE]);481 if (is_array(static::OID_NAME)) {482 if (!in_array($private['privateKeyAlgorithm']['algorithm'], static::OID_NAME)) {486 if ($private['privateKeyAlgorithm']['algorithm'] != static::OID_NAME) {487 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is…513 if (is_array(static::OID_NAME)) {514 if (!in_array($public['publicKeyAlgorithm']['algorithm'], static::OID_NAME)) {518 if ($public['publicKeyAlgorithm']['algorithm'] != static::OID_NAME) {[all …]
44 const OID_NAME = 'rsaEncryption'; define in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8
44 const OID_NAME = 'id-RSASSA-PSS'; define in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS
39 const OID_NAME = 'dhKeyAgreement'; define in phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8
43 const OID_NAME = 'id-dsa'; define in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8
54 const OID_NAME = ['id-ecPublicKey', 'id-Ed25519', 'id-Ed448', 'id-X25519', 'id-X448']; define in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8