| Package | Description |
|---|---|
| com.auth0.jwt.algorithms |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.ECDSA256(ECDSAKeyProvider keyProvider)
Creates a new Algorithm instance using SHA256withECDSA.
|
static Algorithm |
Algorithm.ECDSA384(ECDSAKeyProvider keyProvider)
Creates a new Algorithm instance using SHA384withECDSA.
|
static Algorithm |
Algorithm.ECDSA512(ECDSAKeyProvider keyProvider)
Creates a new Algorithm instance using SHA512withECDSA.
|
Copyright © 2017. All rights reserved.