Package | Description |
---|---|
io.fusionauth.jwt.rsa |
Modifier and Type | Method and Description |
---|---|
static RSAVerifier |
RSAVerifier.newVerifier(byte[] bytes)
Return a new instance of the RSA Verifier with the provided public key.
|
static RSAVerifier |
RSAVerifier.newVerifier(Path path)
Return a new instance of the RSA Verifier with the provided public key.
|
static RSAVerifier |
RSAVerifier.newVerifier(Path path,
CryptoProvider cryptoProvider)
Return a new instance of the RSA Verifier with the provided public key.
|
static RSAVerifier |
RSAVerifier.newVerifier(RSAPublicKey publicKey)
Return a new instance of the RSA Verifier with the provided public key.
|
static RSAVerifier |
RSAVerifier.newVerifier(RSAPublicKey publicKey,
CryptoProvider cryptoProvider)
Return a new instance of the RSA Verifier with the provided public key.
|
static RSAVerifier |
RSAVerifier.newVerifier(String publicKey)
Return a new instance of the RSA Verifier with the provided public key.
|
static RSAVerifier |
RSAVerifier.newVerifier(String publicKey,
CryptoProvider cryptoProvider)
Return a new instance of the RSA Verifier with the provided public key.
|
Copyright © 2021. All rights reserved.