Uses of Interface
uk.co.spudsoft.jwtvalidatorvertx.TokenBuilder
Packages that use TokenBuilder
Package
Description
-
Uses of TokenBuilder in uk.co.spudsoft.jwtvalidatorvertx
Methods in uk.co.spudsoft.jwtvalidatorvertx that return TokenBuilderModifier and TypeMethodDescriptionTokenBuilder.setHeaderNotJson
(boolean headerNotJson) If set the header will not be valid base 64.TokenBuilder.setHeaderNotValidBase64
(boolean headerNotValidBase64) If set the header will not be valid base 64.TokenBuilder.setKidInvalid
(boolean kidInvalid) If set the kid in the token will be set to 'INVALID'.TokenBuilder.setPayloadNotJson
(boolean payloadNotJson) If set the payload will not be valid base 64.TokenBuilder.setPayloadNotValidBase64
(boolean payloadNotValidBase64) If set the payload will not be valid base 64.TokenBuilder.setSignatureNotValidBase64
(boolean signatureNotValidBase64) If set the signature will not be valid base 64.TokenBuilder.setSignatureNotValidHash
(boolean signatureNotValidHash) If set the signature will not be a valid hash of the contents. -
Uses of TokenBuilder in uk.co.spudsoft.jwtvalidatorvertx.impl
Classes in uk.co.spudsoft.jwtvalidatorvertx.impl that implement TokenBuilderModifier and TypeClassDescriptionclass
Abstract implementation of TokenBuilder.Methods in uk.co.spudsoft.jwtvalidatorvertx.impl that return TokenBuilderModifier and TypeMethodDescriptionAbstractTokenBuilder.setHeaderNotJson
(boolean headerNotJson) AbstractTokenBuilder.setHeaderNotValidBase64
(boolean headerNotValidBase64) AbstractTokenBuilder.setKidInvalid
(boolean kidInvalid) AbstractTokenBuilder.setPayloadNotJson
(boolean payloadNotJson) AbstractTokenBuilder.setPayloadNotValidBase64
(boolean payloadNotValidBase64) AbstractTokenBuilder.setSignatureNotValidBase64
(boolean signatureNotValidBase64) AbstractTokenBuilder.setSignatureNotValidHash
(boolean signatureNotValidHash) -
Uses of TokenBuilder in uk.co.spudsoft.jwtvalidatorvertx.jdk
Classes in uk.co.spudsoft.jwtvalidatorvertx.jdk that implement TokenBuilderModifier and TypeClassDescriptionclass
Implementation of TokenBuilder that uses the JDKKeyPairGenerator
to generate key pairs.