Home | History | Annotate | Download | only in crypto

Lines Matching defs:RSAPrivateKey

50 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
61 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
70 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
90 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
98 RSAPrivateKey::RSAPrivateKey()
102 RSAPrivateKey::~RSAPrivateKey() {
107 RSAPrivateKey* RSAPrivateKey::Copy() const {
108 scoped_ptr<RSAPrivateKey> copy(new RSAPrivateKey());
118 bool RSAPrivateKey::ExportPrivateKey(std::vector<uint8>* output) const {
122 bool RSAPrivateKey::ExportPublicKey(std::vector<uint8>* output) const {