Searched refs:passwordCharset (Results 1 – 1 of 1) sorted by relevance
65 private Charset passwordCharset; field in SignerParams114 public void setPasswordCharset(Charset passwordCharset) { in setPasswordCharset() argument115 this.passwordCharset = passwordCharset; in setPasswordCharset()211 && (passwordCharset == null) in isEmpty()314 (passwordCharset != null) ? new Charset[] {passwordCharset} : new Charset[0]; in loadPrivateKeyAndCertsFromKeyStore()467 (passwordCharset != null) ? new Charset[] {passwordCharset} : new Charset[0]; in loadPrivateKeyFromFile()