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]);471 if (is_array(static::OID_NAME)) {472 if (!in_array($private['privateKeyAlgorithm']['algorithm'], static::OID_NAME)) {476 if ($private['privateKeyAlgorithm']['algorithm'] != static::OID_NAME) {477 …throw new UnsupportedAlgorithmException('Only ' . static::OID_NAME . ' keys are supported; this is…503 if (is_array(static::OID_NAME)) {504 if (!in_array($public['publicKeyAlgorithm']['algorithm'], static::OID_NAME)) {508 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
51 const OID_NAME = ['id-ecPublicKey', 'id-Ed25519', 'id-Ed448']; define in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8