Class FredysVerifier
java.lang.Object
org.linkedopenactors.rdfpub.adapter.http.AbstractFredysHttpSignature
org.linkedopenactors.rdfpub.adapter.http.FredysVerifier
-
Field Summary
Modifier and TypeFieldDescriptionstatic long
The maximum time skew between the client and the server. -
Constructor Summary
ConstructorDescriptionFredysVerifier
(HttpHeaders httpHeaders, String payload, PublicKey publicKey) -
Method Summary
-
Field Details
-
maxAgeInMinutes
public static long maxAgeInMinutesThe maximum time skew between the client and the server. This is used to validate the (created) and (expires) fields in the HTTP signature.
-
-
Constructor Details
-
FredysVerifier
-
-
Method Details
-
verify
-