| Package | Description |
|---|---|
| com.google.crypto.tink.signature.internal | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static EllipticCurves.EcdsaEncoding |
SigUtil.toEcdsaEncoding(EcdsaSignatureEncoding encoding)
Converts protobuf enum
EcdsaSignatureEncoding to raw Java enum {code
EllipticCurves.EcdsaEncoding}. |
| Modifier and Type | Method and Description |
|---|---|
static EllipticCurves.EcdsaEncoding |
EllipticCurves.EcdsaEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EllipticCurves.EcdsaEncoding[] |
EllipticCurves.EcdsaEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SelfKeyTestValidators.validateEcdsa(ECPrivateKey privateKey,
ECPublicKey publicKey,
Enums.HashType hash,
EllipticCurves.EcdsaEncoding encoding) |
| Constructor and Description |
|---|
EcdsaSignJce(ECPrivateKey priv,
Enums.HashType hash,
EllipticCurves.EcdsaEncoding encoding) |
EcdsaVerifyJce(ECPublicKey pubKey,
Enums.HashType hash,
EllipticCurves.EcdsaEncoding encoding) |