| Package | Description |
|---|---|
| com.google.crypto.tink.signature | |
| com.google.crypto.tink.util |
| Modifier and Type | Method and Description |
|---|---|
SecretBigInteger |
EcdsaPrivateKey.getPrivateValue() |
| Modifier and Type | Method and Description |
|---|---|
EcdsaPrivateKey.Builder |
EcdsaPrivateKey.Builder.setPrivateValue(SecretBigInteger privateValue) |
| Modifier and Type | Method and Description |
|---|---|
static SecretBigInteger |
SecretBigInteger.fromBigInteger(BigInteger value,
SecretKeyAccess access)
Creates a new SecretBigInteger with the content given in
value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecretBigInteger.equalsSecretBigInteger(SecretBigInteger other)
Returns true if
other has the same secret value. |