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