OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ALGORITHM_RSA
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreRSAPrivateKey.java
33
super(alias, uid, KeyProperties.
KEY_ALGORITHM_RSA
);
AndroidKeyStoreRSAPublicKey.java
33
super(alias, uid, KeyProperties.
KEY_ALGORITHM_RSA
, x509EncodedForm);
AndroidKeyStoreRSASignatureSpi.java
140
if (!KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(key.getAlgorithm())) {
142
+ ". Only" + KeyProperties.
KEY_ALGORITHM_RSA
+ " supported");
KeyProperties.java
130
KEY_ALGORITHM_RSA
,
142
public static final String
KEY_ALGORITHM_RSA
= "RSA";
175
} else if (
KEY_ALGORITHM_RSA
.equalsIgnoreCase(algorithm)) {
189
return
KEY_ALGORITHM_RSA
;
AndroidKeyStoreProvider.java
190
} else if (KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(keyAlgorithm)) {
205
} else if (KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(keyAlgorithm)) {
AndroidKeyStoreRSACipherSpi.java
361
if (!KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(key.getAlgorithm())) {
363
+ ". Only " + KeyProperties.
KEY_ALGORITHM_RSA
+ " supported");
AndroidKeyStoreSpi.java
304
} else if (KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(keyAlgorithm)) {
[
all
...]
/cts/tests/tests/keystore/src/android/keystore/cts/
CipherTest.java
[
all
...]
TestUtils.java
626
return KeyProperties.
KEY_ALGORITHM_RSA
;
723
return KeyProperties.
KEY_ALGORITHM_RSA
;
734
} else if (KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(keyAlgorithm)) {
765
} else if (KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(keyAlgorithm)) {
[
all
...]
RSASignatureTest.java
48
if (KeyProperties.
KEY_ALGORITHM_RSA
.equalsIgnoreCase(keyAlgorithm)) {
KeyAttestationTest.java
40
import static android.security.keystore.KeyProperties.
KEY_ALGORITHM_RSA
;
289
generateKeyPair(
KEY_ALGORITHM_RSA
, spec);
385
generateKeyPair(
KEY_ALGORITHM_RSA
, builder.build());
[
all
...]
SignatureTest.java
[
all
...]
KeyPairGeneratorTest.java
[
all
...]
/frameworks/base/keystore/java/android/security/
KeyChain.java
469
|| KeyProperties.
KEY_ALGORITHM_RSA
.equals(algUpper);
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 521 milliseconds