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 enum
RSAJsonWebKey.HashSize
-
Method Summary
Modifier and Type Method Description String
getAlg()
String
getKty()
final String
getKid()
final String
getUse()
final String
getN()
RSA modulus. final String
getE()
RSA public exponent. List<String>
getX5c()
X.509 Certificate Chain. String
getX5t()
X.509 Certificate SHA-1 thumbprint. final RSAJsonWebKey.HashSize
keySize()
-
-
Method Detail
-
keySize
final RSAJsonWebKey.HashSize keySize()
-
-
-
-