Uses of Class
iu.crypt.Jwk
Packages that use Jwk
-
Uses of Jwk in iu.crypt
Modifier and TypeMethodDescriptionJwkBuilder.build()
Jose.getKey()
protected Jwk
JoseBuilder.key()
Returns the key to use for signing or encryption.(package private) Jwk
Jose.wellKnown()
Gets the verified well-known key resolved for this header.Jwk.wellKnown()
Modifier and TypeMethodDescriptionJwk.parseJwks
(JsonObject jwks) Parses a JSON Web Key Set (JWKS).Jwk.readJwks
(InputStream in) Reads a key set from an input stream.Gets key set by URI.Modifier and TypeMethodDescription(package private) byte[]
JweRecipient.decryptCek
(WebEncryption.Encryption encryption, Jwk privateKey) Decrypts the content encryption key (CEK)(package private) boolean
Jwk.represents
(Jwk key) Determines whether or not the known components of this key match the known components of another key.