Package dev.dsf.common.auth.jwk
Class Jwk
java.lang.Object
dev.dsf.common.auth.jwk.Jwk
-
Constructor Details
-
Jwk
-
-
Method Details
-
getAttributes
-
getId
- Returns:
- jkw.kid
-
getType
- Returns:
- jwk.kty
-
getPublicKey
- Returns:
RSAPublicKeyfrom jwk.n and jwk.e if jwk.kty = RSA
-