Uses of Class
com.ongres.scram.common.Gs2Header
Packages that use Gs2Header
Package
Description
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of Gs2Header in com.ongres.scram.common
Methods in com.ongres.scram.common that return Gs2HeaderModifier and TypeMethodDescription@NotNull Gs2HeaderClientFirstMessage.getGs2Header()Return the Gs2Header.static @NotNull Gs2HeaderRead a Gs2Header from a String.Constructors in com.ongres.scram.common with parameters of type Gs2HeaderModifierConstructorDescriptionClientFinalMessage(Gs2Header gs2Header, byte[] cbindData, String nonce, byte[] proof) Constructus a client-final-message with the provided gs2Header (the same one used in the client-first-message), optionally the channel binding data, and the nonce.ClientFirstMessage(@NotNull Gs2Header gs2Header, @NotNull String username, @NotNull String clientNonce) Constructs a client-first-message for the given user, nonce and gs2Header.