| Package | Description |
|---|---|
| com.google.crypto.tink.jwt |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtEcdsaParameters
Describes the parameters of a
JwtEcdsaPrivateKey or a JwtEcdsaPublicKey. |
class |
JwtRsaSsaPkcs1Parameters
Describes the parameters of a
JwtRsaSsaPkcs1PublicKey and JwtRsaSsaPkcs1PrivateKey. |
class |
JwtRsaSsaPssParameters
Describes the parameters of a
JwtRsaSsaPssPublicKey and JwtRsaSsaPssPrivateKey. |
| Modifier and Type | Method and Description |
|---|---|
abstract JwtSignatureParameters |
JwtSignaturePrivateKey.getParameters() |
abstract JwtSignatureParameters |
JwtSignaturePublicKey.getParameters()
Returns the parameters of this key.
|