Package org.radarbase.auth.jwks
Class RSAJsonWebKey
-
- All Implemented Interfaces:
-
org.radarbase.auth.jwks.JsonWebKey
@Serializable() public final class RSAJsonWebKey implements JsonWebKey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRSAJsonWebKey.HashSize
-
Method Summary
Modifier and Type Method Description StringgetAlg()StringgetKty()final StringgetKid()final StringgetUse()final StringgetN()RSA modulus. final StringgetE()RSA public exponent. List<String>getX5c()X.509 Certificate Chain. StringgetX5t()X.509 Certificate SHA-1 thumbprint. final RSAJsonWebKey.HashSizekeySize()-
-
Method Detail
-
keySize
final RSAJsonWebKey.HashSize keySize()
-
-
-
-