Home | History | Annotate | Download | only in crypto

Lines Matching refs:RSAPrivateKey

31 // Used internally by RSAPrivateKey for serializing and deserializing
169 class CRYPTO_EXPORT RSAPrivateKey {
171 ~RSAPrivateKey();
174 static RSAPrivateKey* Create(uint16_t num_bits);
179 static RSAPrivateKey* CreateFromPrivateKeyInfo(
186 static RSAPrivateKey* CreateFromKey(EVP_PKEY* key);
190 static RSAPrivateKey* CreateFromKey(SECKEYPrivateKey* key);
201 RSAPrivateKey* Copy() const;
211 RSAPrivateKey();
220 DISALLOW_COPY_AND_ASSIGN(RSAPrivateKey);