Class DigestPassword.Encoder

java.lang.Object
io.inverno.mod.security.http.digest.DigestPassword.Encoder
All Implemented Interfaces:
Password.Encoder<DigestPassword,DigestPassword.Encoder>
Enclosing class:
DigestPassword

public class DigestPassword.Encoder extends Object implements Password.Encoder<DigestPassword,DigestPassword.Encoder>

An HTTP Digest password encoder implementation as defined by RFC 7616 Section 3.4.2.

The encoded password corresponds to A1 in RFC 7616 which is constant in the HTTP digest authentication process.

Since:
1.5
Author:
Jeremy Kuhn