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

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java130 KEY_ALGORITHM_RSA,
142 public static final String KEY_ALGORITHM_RSA = "RSA"; field in class:KeyProperties
175 } else if (KEY_ALGORITHM_RSA.equalsIgnoreCase(algorithm)) {
189 return KEY_ALGORITHM_RSA;

Completed in 453 milliseconds