Uses of Interface
de.christofreichardt.json.websignature.interfaces.ValidationEnd
Packages that use ValidationEnd
Package
Description
Provides the classes and interfaces for the JSON Web Signature (JWS) part of the framework.
Provides interfaces concerning the Fluent API.
-
Uses of ValidationEnd in de.christofreichardt.json.websignature
Classes in de.christofreichardt.json.websignature that implement ValidationEndModifier and TypeClassDescriptionprotected static classImplements all interfaces of the Fluent API related to validating signatures.Methods in de.christofreichardt.json.websignature that return ValidationEndModifier and TypeMethodDescriptionJWS.Validator.webkey(JsonWebPublicKey jsonWebPublicKey) JWS.Validator.webkey(JsonWebSecretKey jsonWebSecretKey) -
Uses of ValidationEnd in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces that return ValidationEndModifier and TypeMethodDescriptionNotes the givenPublicKey.Notes the givenSecretKey.BeforeKey.webkey(JsonWebPublicKey jsonWebPublicKey) Notes the givenJsonWebPublicKey.BeforeKey.webkey(JsonWebSecretKey jsonWebSecretKey) Notes the givenJsonWebSecretKey.