Home
last modified time | relevance | path

Searched refs:protectionAlgorithm (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSPasswordProtectionTest.java84 String protectionAlgorithm = "ThisBeautifulAlgorithm"; in testGetProtectionAlgorithm() local
94 pass, protectionAlgorithm, null /* protectionParameters */); in testGetProtectionAlgorithm()
95 assertSame(protectionAlgorithm, ksPWP.getProtectionAlgorithm()); in testGetProtectionAlgorithm()
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java285 private final String protectionAlgorithm; field in KeyStore.PasswordProtection
299 this.protectionAlgorithm = null; in PasswordProtection()
325 public PasswordProtection(char[] password, String protectionAlgorithm, in PasswordProtection() argument
327 if (protectionAlgorithm == null) { in PasswordProtection()
331 this.protectionAlgorithm = protectionAlgorithm; in PasswordProtection()
352 return protectionAlgorithm; in getProtectionAlgorithm()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java342 java.lang.String protectionAlgorithm, in PasswordProtection() argument
375 private final java.lang.String protectionAlgorithm; field in KeyStore.PasswordProtection
378 protectionAlgorithm = null;