Class ScramSha256SaslClient

java.lang.Object
com.mysql.cj.sasl.ScramShaSaslClient
com.mysql.cj.sasl.ScramSha256SaslClient
All Implemented Interfaces:
javax.security.sasl.SaslClient

public class ScramSha256SaslClient
extends ScramShaSaslClient
A SaslClient implementation for SCRAM-SHA-256, as specified in RFC 5802 and RFC 7677. The IANA-registered mechanism name was renamed to "MYSQLCJ-SCRAM-SHA-256" in order to avoid future conflicts with an officially supported one. If/when there is a Java supported SCRAM-SHA-256 then it will have to be thoroughly tested and this code can be obsoleted.