HomeSort by relevance Sort by last modified time
    Searched defs:RSA (Results 1 - 11 of 11) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
RSA.java 10 import org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi;
15 public class RSA
17 private static final String PREFIX = "org.bouncycastle.jcajce.provider.asymmetric" + ".rsa.";
50 provider.addAlgorithm("Cipher.RSA", PREFIX + "CipherSpi$NoPadding");
52 provider.addAlgorithm("Alg.Alias.Cipher.RSA/RAW", "RSA");
55 // provider.addAlgorithm("Cipher.RSA/PKCS1", PREFIX + "CipherSpi$PKCS1v1_5Padding");
58 // provider.addAlgorithm("Cipher.RSA/1", PREFIX + "CipherSpi$PKCS1v1_5Padding_PrivateOnly");
59 // provider.addAlgorithm("Cipher.RSA/2", PREFIX + "CipherSpi$PKCS1v1_5Padding_PublicOnly");
60 // provider.addAlgorithm("Cipher.RSA/OAEP", PREFIX + "CipherSpi$OAEPPadding")
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 33 RSA,
  /external/smack/src/org/xbill/DNS/
SSHFPRecord.java 21 public static final int RSA = 1;
IPSECKEYRecord.java 23 public static final int RSA = 2;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSignature.java 40 RSA, DSA, EC,
71 * @param algorithm OpenSSL name of the algorithm, e.g. "RSA-SHA1".
78 if ("RSA-MD2".equals(algorithm)) {
126 case RSA:
128 throw new InvalidKeyException("Signature not initialized as RSA");
142 throw new InvalidKeyException("Need DSA or RSA or EC private key");
155 if (engineType != EngineType.RSA) {
156 throw new InvalidKeyException("Signature not initialized as RSA");
162 if (engineType != EngineType.RSA) {
163 throw new InvalidKeyException("Signature not initialized as RSA");
    [all...]
  /external/openssl/crypto/
ossl_typ.h 140 typedef struct rsa_st RSA;
  /external/openssl/include/openssl/
ossl_typ.h 140 typedef struct rsa_st RSA;
  /external/dropbear/libtomcrypt/
crypt.tex 121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
172 that for the PRNG needs within the library (\textit{e.g. making a RSA key}). All the developer has to do
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
321 \index{rsa\_export()} \index{error\_to\_string()} \index{variable length output}
331 /* ... Make up the RSA key somehow ... */
343 printf("RSA exported key takes %d bytes\n", x);
351 In the above example if the size of the RSA public key was more than 1024 bytes this function would return an error code
360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
366 \index{register\_prng()} \index{rsa\_make\_key()}
377 /* make a 1024-bit RSA key with the system RNG *
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1025 milliseconds