| Package | Description |
|---|---|
| com.auth0.jwt.algorithms |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.RSA256(RSAKeyProvider keyProvider)
Creates a new Algorithm instance using SHA256withRSA.
|
static Algorithm |
Algorithm.RSA384(RSAKeyProvider keyProvider)
Creates a new Algorithm instance using SHA384withRSA.
|
static Algorithm |
Algorithm.RSA512(RSAKeyProvider keyProvider)
Creates a new Algorithm instance using SHA512withRSA.
|
Copyright © 2017. All rights reserved.