Uses of Class
com.nimbusds.jose.jwk.RSAKey
Packages that use RSAKey
Package
Description
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto package.JSON Web Key (JWK) classes.
JSON Web Key (JWK) generation utilities.
-
Uses of RSAKey in com.nimbusds.jose.crypto
Constructors in com.nimbusds.jose.crypto with parameters of type RSAKeyModifierConstructorDescriptionRSADecrypter(RSAKey rsaJWK) Creates a new RSA decrypter.RSAEncrypter(RSAKey rsaJWK) Creates a new RSA encrypter.RSASSASigner(RSAKey rsaJWK) Creates a new RSA Signature-Scheme-with-Appendix (RSASSA) signer.RSASSASigner(RSAKey rsaJWK, boolean allowWeakKey) Deprecated.RSASSASigner(RSAKey rsaJWK, Set<JWSSignerOption> opts) Creates a new RSA Signature-Scheme-with-Appendix (RSASSA) signer.RSASSAVerifier(RSAKey rsaJWK) Creates a new RSA Signature-Scheme-with-Appendix (RSASSA) verifier. -
Uses of RSAKey in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl with parameters of type RSAKeyModifier and TypeMethodDescriptionstatic PrivateKeyRSAKeyUtils.toRSAPrivateKey(RSAKey rsaJWK) Returns the private RSA key of the specified RSA JWK. -
Uses of RSAKey in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return RSAKeyModifier and TypeMethodDescriptionRSAKey.Builder.build()Builds a new RSA JWK.static RSAKeyLoads a public / private RSA JWK from the specified JCA key store.static RSAKeyParses a public / private RSA JWK from the specified JSON object string representation.static RSAKeyRSAKey.parse(X509Certificate cert) Parses a public RSA JWK from the specified X.509 certificate.static RSAKeyParses a public / private RSA JWK from the specified JSON object representation.RSAKey.toPublicJWK()Returns a copy of this RSA JWK with any private values removed.RSAKey.toRevokedJWK(KeyRevocation keyRevocation) JWK.toRSAKey()Casts this JWK to an RSA JWK.Constructors in com.nimbusds.jose.jwk with parameters of type RSAKey -
Uses of RSAKey in com.nimbusds.jose.jwk.gen
Methods in com.nimbusds.jose.jwk.gen that return RSAKey