Interface ValidationBegin
- All Known Implementing Classes:
JWS.Validator
public interface ValidationBegin
The first stopover within the workflow of the Fluent API regarding the validation of signatures.
- Author:
- Christof Reichardt
-
Method Summary
Modifier and TypeMethodDescriptioncompactSerialization(JWSCompactSerialization compactSerialization) Notes the givenJWSCompactSerialization.
-
Method Details
-
compactSerialization
Notes the givenJWSCompactSerialization.- Parameters:
compactSerialization- the givenJWSCompactSerialization.- Returns:
- the next stop within the workflow of the Fluent API regarding the validation of signatures.
-