java.lang.Object
com.webauthn4j.data.jws.JWSFactory
-
Constructor Details
-
JWSFactory
-
JWSFactory
public JWSFactory()
-
-
Method Details
-
create
@NotNull public <T> @NotNull JWS<T> create(@NotNull @NotNull JWSHeader header, @NotNull T payload, @NotNull @NotNull PrivateKey privateKey) -
create
-
parse
-