, including all inherited members.
| create(keypairMethod method) | base_crypto::CryptoKeypair | [static] |
| create(const char *name) | base_crypto::CryptoKeypair | [static] |
| create(unsigned keylen)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| free(unsigned char *buf) const | base_crypto::CryptoKeypair | |
| getMethodByName(const char *name) | base_crypto::CryptoKeypair | [static] |
| getMethodId() const =0 | base_crypto::CryptoKeypair | [pure virtual] |
| getMethodName() const =0 | base_crypto::CryptoKeypair | [pure virtual] |
| getPrivateKey() const | base_crypto::CryptoKeypair | |
| getPrivateKey(unsigned char **rbuf) const =0 | base_crypto::CryptoKeypair | [pure virtual] |
| getPublicKey() const | base_crypto::CryptoKeypair | |
| getPublicKey(unsigned char **rbuf) const =0 | base_crypto::CryptoKeypair | [pure virtual] |
| getSize() const =0 | base_crypto::CryptoKeypair | [pure virtual] |
| keypairDSA enum value | base_crypto::CryptoKeypair | |
| keypairMethod enum name | base_crypto::CryptoKeypair | |
| keypairRSA enum value | base_crypto::CryptoKeypair | |
| keypairUndef enum value | base_crypto::CryptoKeypair | |
| readPrivateKey(FILE *file, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| readPrivateKey(const char *fname, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| readPublicKey(FILE *file, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| readPublicKey(const char *fname, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| setPrivateKey(const base::String &key) | base_crypto::CryptoKeypair | |
| setPrivateKey(const unsigned char *buf, unsigned len)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| setPublicKey(const base::String &key) | base_crypto::CryptoKeypair | |
| setPublicKey(const unsigned char *buf, unsigned len)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| sign(const base::String &data, CryptoChecksum::checksumMethod method) | base_crypto::CryptoKeypair | |
| sign(const unsigned char *data, unsigned len, CryptoChecksum::checksumMethod method, unsigned char *sig)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| verify(const base::String &data, CryptoChecksum::checksumMethod method, const base::String &sig) | base_crypto::CryptoKeypair | |
| verify(const unsigned char *data, unsigned datalen, CryptoChecksum::checksumMethod method, const unsigned char *sig, unsigned siglen)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| writePrivateKey(FILE *file, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| writePrivateKey(const char *fname, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| writePublicKey(FILE *file, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| writePublicKey(const char *fname, bool pem)=0 | base_crypto::CryptoKeypair | [pure virtual] |
| ~CryptoKeypair() | base_crypto::CryptoKeypair | [virtual] |