| Package | Description |
|---|---|
| com.google.crypto.tink.signature | |
| com.google.crypto.tink.signature.internal | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPssPublicKey |
RsaSsaPssPublicKey.Builder.build() |
RsaSsaPssPublicKey |
RsaSsaPssPrivateKey.getPublicKey()
Returns the public key.
|
| Modifier and Type | Method and Description |
|---|---|
RsaSsaPssPrivateKey.Builder |
RsaSsaPssPrivateKey.Builder.setPublicKey(RsaSsaPssPublicKey publicKey)
Sets the public key, which includes the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
RsaSsaPssVerifyConscrypt.create(RsaSsaPssPublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyVerify |
RsaSsaPssVerifyJce.create(RsaSsaPssPublicKey key) |