| Package | Description |
|---|---|
| com.google.crypto.tink.jwt |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtEcdsaPrivateKey
Represents a key for computing JWT ECDSA signatures (ES256, ES384, ES512).
|
class |
JwtRsaSsaPkcs1PrivateKey
Represents a private key for RSA SSA PKCS1 signatures (RS256, RS384, RS512).
|
class |
JwtRsaSsaPssPrivateKey
Represents a private key for RSA SSA PSS signatures (PS256, PS384, PS512).
|