Class JWSFactory

java.lang.Object
com.webauthn4j.data.jws.JWSFactory

public class JWSFactory extends Object
  • Constructor Details

    • JWSFactory

      public JWSFactory(@NotNull @NotNull ObjectConverter objectConverter)
    • 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

      @NotNull public <T> @NotNull JWS<T> create(@NotNull @NotNull JWSHeader header, @NotNull T payload, @NotNull @org.jetbrains.annotations.NotNull byte[] signature)
    • parse

      @NotNull public <T> @NotNull JWS<T> parse(@NotNull @NotNull String value, @NotNull @NotNull Class<T> payloadType)