Searched refs:protectionAlgorithm (Results 1 – 3 of 3) sorted by relevance
84 String protectionAlgorithm = "ThisBeautifulAlgorithm"; in testGetProtectionAlgorithm() local94 pass, protectionAlgorithm, null /* protectionParameters */); in testGetProtectionAlgorithm()95 assertSame(protectionAlgorithm, ksPWP.getProtectionAlgorithm()); in testGetProtectionAlgorithm()
302 private final String protectionAlgorithm; field in KeyStore.PasswordProtection316 this.protectionAlgorithm = null; in PasswordProtection()341 public PasswordProtection(char[] password, String protectionAlgorithm, in PasswordProtection() argument343 if (protectionAlgorithm == null) { in PasswordProtection()347 this.protectionAlgorithm = protectionAlgorithm; in PasswordProtection()368 return protectionAlgorithm; in getProtectionAlgorithm()
342 java.lang.String protectionAlgorithm, in PasswordProtection() argument375 private final java.lang.String protectionAlgorithm; field in KeyStore.PasswordProtection378 protectionAlgorithm = null;