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.java302 private final String protectionAlgorithm; field in KeyStore.PasswordProtection
316 this.protectionAlgorithm = null; in PasswordProtection()
341 public PasswordProtection(char[] password, String protectionAlgorithm, in PasswordProtection() argument
343 if (protectionAlgorithm == null) { in PasswordProtection()
347 this.protectionAlgorithm = protectionAlgorithm; in PasswordProtection()
368 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;