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