Uses of Interface
org.jose4j.http.SimpleGet
Packages that use SimpleGet
-
Uses of SimpleGet in org.jose4j.http
Classes in org.jose4j.http that implement SimpleGetModifier and TypeClassDescriptionclassAn implantation of SimpleGet (used byHttpsJwks) that usesURLandHttpsURLConnectionto make basic HTTP GET requests. -
Uses of SimpleGet in org.jose4j.jwk
Methods in org.jose4j.jwk with parameters of type SimpleGetModifier and TypeMethodDescriptionvoidHttpsJwks.setSimpleHttpGet(SimpleGet simpleHttpGet) Sets the SimpleGet instance to use when making the HTTP GET request to the JWKS location.