Uses of Class
com.nimbusds.jose.jwk.ThumbprintURI
-
Packages that use ThumbprintURI Package Description com.nimbusds.jose.jwk JSON Web Key (JWK) classes. -
-
Uses of ThumbprintURI in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return ThumbprintURI Modifier and Type Method Description static ThumbprintURIThumbprintURI. compute(JWK jwk)Computes the SHA-256 JWK thumbprint URI for the specified JWK.ThumbprintURIJWK. computeThumbprintURI()Computes the SHA-256 thumbprint URI of this JWK.static ThumbprintURIThumbprintURI. parse(String s)Parses a JWK thumbprint URI from the specified URI string.static ThumbprintURIThumbprintURI. parse(URI uri)Parses a JWK thumbprint URI from the specified URI.
-