We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb4e72 commit f05d70aCopy full SHA for f05d70a
crypto/src/main/java/org/springframework/security/crypto/password/Md4PasswordEncoder.java
@@ -83,8 +83,6 @@ public class Md4PasswordEncoder implements PasswordEncoder {
83
private StringKeyGenerator saltGenerator = new Base64StringKeyGenerator();
84
private boolean encodeHashAsBase64;
85
86
- private Digester digester;
87
-
88
89
public void setEncodeHashAsBase64(boolean encodeHashAsBase64) {
90
this.encodeHashAsBase64 = encodeHashAsBase64;
0 commit comments