Uses of Class
com.ongres.scram.common.gssapi.Gs2Header
Packages that use Gs2Header
-
Uses of Gs2Header in com.ongres.scram.common.gssapi
Methods in com.ongres.scram.common.gssapi that return Gs2Header -
Uses of Gs2Header in com.ongres.scram.common.message
Fields in com.ongres.scram.common.message declared as Gs2HeaderMethods in com.ongres.scram.common.message that return Gs2HeaderModifier and TypeMethodDescriptionClientFirstMessage.getGs2Header()private static Gs2HeaderClientFirstMessage.gs2Header(Gs2CbindFlag gs2CbindFlag, String authzid, String cbindName) Methods in com.ongres.scram.common.message with parameters of type Gs2HeaderModifier and TypeMethodDescriptionprivate static StringClientFinalMessage.generateCBind(Gs2Header gs2Header, byte[] cbindData) static StringBufferClientFinalMessage.writeToWithoutProof(Gs2Header gs2Header, byte[] cbindData, String nonce) Returns a StringBuffer filled in with the formatted output of a client-first-message without the proof value.private static StringBufferClientFinalMessage.writeToWithoutProof(StringBuffer sb, Gs2Header gs2Header, byte[] cbindData, String nonce) Constructors in com.ongres.scram.common.message 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(Gs2Header gs2Header, String user, String nonce) Constructs a client-first-message for the given user, nonce and gs2Header.