| Package | Description |
|---|---|
| com.google.crypto.tink.signature | |
| com.google.crypto.tink.signature.internal | |
| com.google.crypto.tink.subtle |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeySign |
PublicKeySignFactory.getPrimitive(KeysetHandle keysetHandle)
Deprecated.
Use
keysetHandle.getPrimitive(RegistryConfiguration.get(),
PublicKeySign.class) after registering the PublicKeySignWrapper instead. |
PublicKeySign |
PublicKeySignWrapper.wrap(PrimitiveSet<PublicKeySign> primitives) |
| Modifier and Type | Method and Description |
|---|---|
Class<PublicKeySign> |
PublicKeySignWrapper.getInputPrimitiveClass() |
Class<PublicKeySign> |
PublicKeySignWrapper.getPrimitiveClass() |
| Modifier and Type | Method and Description |
|---|---|
PublicKeySign |
PublicKeySignWrapper.wrap(PrimitiveSet<PublicKeySign> primitives) |
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaSignJce
ECDSA signing with JCE.
|
class |
Ed25519SignJce
Ed25519 signing using the JCE.
|
class |
LegacyFullSign
Takes an arbitrary raw PublicKeySign from the registry and creates a full PublicKeySign out of
it.
|
class |
RsaSsaPssSignConscrypt
RSA SSA PSS signing with Conscrypt.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicKeySign |
EcdsaSignJce.create(EcdsaPrivateKey key) |
static PublicKeySign |
Ed25519SignJce.create(Ed25519PrivateKey key) |
static PublicKeySign |
LegacyFullSign.create(LegacyProtoKey key)
Creates the full primitive corresponding to the key.
|
static PublicKeySign |
RsaSsaPssSignConscrypt.create(RsaSsaPssPrivateKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
Ed25519Sign
Ed25519 signing.
|
class |
RsaSsaPkcs1SignJce
RsaSsaPkcs1 (i.e.
|
class |
RsaSsaPssSignJce
RsaSsaPss (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicKeySign |
EcdsaSignJce.create(EcdsaPrivateKey key) |
static PublicKeySign |
Ed25519Sign.create(Ed25519PrivateKey key) |
static PublicKeySign |
RsaSsaPkcs1SignJce.create(RsaSsaPkcs1PrivateKey key) |
static PublicKeySign |
RsaSsaPssSignJce.create(RsaSsaPssPrivateKey key) |