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