Searched refs:RSA (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java94 public static class RSA extends AndroidKeyStoreKeyPairGeneratorSpi { class in class:AndroidKeyStoreKeyPairGeneratorSpi
95 public RSA() { method in class:AndroidKeyStoreKeyPairGeneratorSpi.RSA
113 /* RSA */
394 throw new InvalidAlgorithmParameterException("RSA key size must match "
401 "RSA may only use RSAKeyGenParameterSpec");
408 "RSA public exponent must be positive: " + publicExponent);
412 "Unsupported RSA public exponent: " + publicExponent
730 throw new InvalidAlgorithmParameterException("RSA key size must be >= "
751 // 3. For RSA keys, the digest output size must not exceed modulus size minus space overhead
752 // of RSA PKC
[all...]
/frameworks/base/
H A Dcompiled-classes-phone6178 com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA$Mappings

Completed in 146 milliseconds