Package org.radarbase.auth.jwks
Class ExtensionsKt
-
- All Implemented Interfaces:
public final class ExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static Algorithm
toAlgorithm(RSAPublicKey $self, RSAJsonWebKey.HashSize hashSize)
final static Algorithm
toAlgorithm(ECPublicKey $self)
final static Algorithm
toAlgorithm(ECPublicKey $self, ECDSAJsonWebKey.Curve keySize)
-
-
Method Detail
-
toAlgorithm
final static Algorithm toAlgorithm(RSAPublicKey $self, RSAJsonWebKey.HashSize hashSize)
-
toAlgorithm
final static Algorithm toAlgorithm(ECPublicKey $self)
-
toAlgorithm
final static Algorithm toAlgorithm(ECPublicKey $self, ECDSAJsonWebKey.Curve keySize)
-
-
-
-