Home
last modified time | relevance | path

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

/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()