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(RSAPublicKey publicKey)
Return a new instance of the RSA Verifier with the provided public key.
|
static RSAPSSVerifier |
RSAPSSVerifier.newVerifier(RSAPublicKey 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 © 2021. All rights reserved.