Home
last modified time | relevance | path

Searched defs:protectionAlgorithm (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSPasswordProtectionTest.java84 String protectionAlgorithm = "ThisBeautifulAlgorithm"; in testGetProtectionAlgorithm() local
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java285 private final String protectionAlgorithm; field in KeyStore.PasswordProtection
325 public PasswordProtection(char[] password, String protectionAlgorithm, in PasswordProtection()