Package io.quarkus.csrf.reactive.runtime
Class CsrfTokenUtils
- java.lang.Object
-
- io.quarkus.csrf.reactive.runtime.CsrfTokenUtils
-
public class CsrfTokenUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringsignCsrfToken(byte[] csrfToken, String secretKey)static StringsignCsrfToken(String encodedCsrfToken, String secretKey)
-