Searched refs:protectionAlgorithm (Results 1 – 1 of 1) sorted by relevance
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()