Searched defs:RSAPrivateKey (Results 1 - 10 of 10) sorted by relevance

/external/chromium/crypto/
H A Drsa_private_key_openssl.cc51 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
62 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
71 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
77 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
96 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
118 RSAPrivateKey::RSAPrivateKey() function in class:crypto::RSAPrivateKey
[all...]
H A Drsa_private_key_win.cc25 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
26 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
42 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
48 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
50 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
126 RSAPrivateKey::RSAPrivateKey() : provider_(NULL), key_(NULL) {} function in class:crypto::RSAPrivateKey
[all...]
H A Drsa_private_key_mac.cc16 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
17 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
47 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
53 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
58 scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
161 RSAPrivateKey::RSAPrivateKey() { function in class:crypto::RSAPrivateKey
[all...]
H A Drsa_private_key_nss.cc44 RSAPrivateKey::~RSAPrivateKey() {
52 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
59 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
66 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
74 RSAPrivateKey* RSAPrivateKey
182 RSAPrivateKey::RSAPrivateKey() : key_(NULL), public_key_(NULL) { function in class:crypto::RSAPrivateKey
[all...]
H A Drsa_private_key.h36 // Used internally by RSAPrivateKey for serializing and deserializing
173 class RSAPrivateKey { class in namespace:crypto
175 ~RSAPrivateKey();
178 static RSAPrivateKey* Create(uint16 num_bits);
184 static RSAPrivateKey* CreateSensitive(uint16 num_bits);
189 static RSAPrivateKey* CreateFromPrivateKeyInfo(
198 static RSAPrivateKey* CreateSensitiveFromPrivateKeyInfo(
209 static RSAPrivateKey* FindFromPublicKeyInfo(
239 RSAPrivateKey();
244 static RSAPrivateKey* CreateWithParam
[all...]
/external/chromium_org/crypto/
H A Drsa_private_key_openssl.cc50 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() function in class:crypto::RSAPrivateKey
[all...]
H A Drsa_private_key_nss.cc45 RSAPrivateKey::~RSAPrivateKey() {
53 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
60 RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
69 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
76 RSAPrivateKey* RSAPrivateKey
198 RSAPrivateKey::RSAPrivateKey() : key_(NULL), public_key_(NULL) { function in class:crypto::RSAPrivateKey
[all...]
H A Drsa_private_key.h32 // Used internally by RSAPrivateKey for serializing and deserializing
169 class CRYPTO_EXPORT RSAPrivateKey { class in namespace:crypto
171 ~RSAPrivateKey();
174 static RSAPrivateKey* Create(uint16 num_bits);
179 static RSAPrivateKey* CreateFromPrivateKeyInfo(
185 static RSAPrivateKey* CreateSensitive(uint16 num_bits);
191 static RSAPrivateKey* CreateSensitiveFromPrivateKeyInfo(
196 static RSAPrivateKey* CreateFromKey(SECKEYPrivateKey* key);
204 static RSAPrivateKey* FindFromPublicKeyInfo(
216 RSAPrivateKey* Cop
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
H A DRSAPrivateKey.java10 * RSAPrivateKey.
15 public class RSAPrivateKey class
21 public RSAPrivateKey(BigInteger d, BigInteger e, BigInteger n) method in class:RSAPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DRSAPrivateKey.java14 public class RSAPrivateKey class in inherits:ASN1Object
28 public static RSAPrivateKey getInstance(
35 public static RSAPrivateKey getInstance(
38 if (obj instanceof RSAPrivateKey)
40 return (RSAPrivateKey)obj;
45 return new RSAPrivateKey(ASN1Sequence.getInstance(obj));
51 public RSAPrivateKey( method in class:RSAPrivateKey
72 private RSAPrivateKey( method in class:RSAPrivateKey
147 * RSAPrivateKey ::= SEQUENCE {

Completed in 199 milliseconds