Uses of Interface
com.macasaet.fernet.Validator
-
-
Uses of Validator in com.macasaet.fernet
Subinterfaces of Validator in com.macasaet.fernet Modifier and Type Interface Description interfaceStringObjectValidator<T>AValidatorfor payloads that represent objects as Strings (e.g.interfaceStringValidatorAValidatorfor String payloads.Methods in com.macasaet.fernet with parameters of type Validator Modifier and Type Method Description <T> TToken. validateAndDecrypt(Key key, Validator<T> validator)Check the validity of this token.<T> TToken. validateAndDecrypt(Collection<? extends Key> keys, Validator<T> validator)Check the validity of this token against a collection of keys.
-