Uses of Interface
de.christofreichardt.json.websignature.interfaces.BeforeHeader
Packages that use BeforeHeader
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 BeforeHeader in de.christofreichardt.json.websignature
Classes in de.christofreichardt.json.websignature that implement BeforeHeaderModifier and TypeClassDescriptionprotected static classImplements all interfaces of the Fluent API related to creating signatures.Methods in de.christofreichardt.json.websignature that return BeforeHeaderModifier and TypeMethodDescriptionJWS.Signature.webkey(JsonWebKeyPair jsonWebKeyPair) JWS.Signature.webkey(JsonWebSecretKey jsonWebSecretKey) -
Uses of BeforeHeader in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces that return BeforeHeaderModifier and TypeMethodDescriptionThe givenKeyPairwill be used to build aJsonWebKeyPair.The givenSecretKeywill be used to build aJsonWebSecretKey.SignatureBegin.webkey(JsonWebKeyPair jsonWebKeyPair) Notes the givenJsonWebKeyPair.SignatureBegin.webkey(JsonWebSecretKey jsonWebSecretKey) Notes the givenJsonWebSecretKey.