Searched refs:crypto_key (Results 1 – 1 of 1) sorted by relevance
249 def from_cryptography_key(cls, crypto_key): argument261 if not isinstance(crypto_key, (rsa.RSAPublicKey, rsa.RSAPrivateKey,265 pkey._pkey = crypto_key._evp_pkey266 if isinstance(crypto_key, (rsa.RSAPublicKey, dsa.DSAPublicKey)):