jose_jwk_kty_rsa (JOSE v1.11.12)
View SourceSummary
Types
-type key() :: #'RSAPrivateKey'{version :: term(), modulus :: term(), publicExponent :: term(), privateExponent :: term(), prime1 :: term(), prime2 :: term(), exponent1 :: term(), exponent2 :: term(), coefficient :: term(), otherPrimeInfos :: term()} | #'RSAPublicKey'{modulus :: term(), publicExponent :: term()}.