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()
285 private final String protectionAlgorithm; field in KeyStore.PasswordProtection299 this.protectionAlgorithm = null; in PasswordProtection()325 public PasswordProtection(char[] password, String protectionAlgorithm, in PasswordProtection() argument327 if (protectionAlgorithm == null) { in PasswordProtection()331 this.protectionAlgorithm = protectionAlgorithm; in PasswordProtection()352 return protectionAlgorithm; in getProtectionAlgorithm()
342 java.lang.String protectionAlgorithm, in PasswordProtection() argument375 private final java.lang.String protectionAlgorithm; field in KeyStore.PasswordProtection378 protectionAlgorithm = null;