| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.signature | |
| com.google.crypto.tink.tinkkey |
| Modifier and Type | Field and Description |
|---|---|
KeyTemplate.OutputPrefixType |
KeyTypeManager.KeyFactory.KeyFormat.outputPrefixType |
| Modifier and Type | Method and Description |
|---|---|
KeyTemplate.OutputPrefixType |
KeyTemplate.getOutputPrefixType() |
static KeyTemplate.OutputPrefixType |
KeyTemplate.OutputPrefixType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyTemplate.OutputPrefixType[] |
KeyTemplate.OutputPrefixType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate |
KeyTemplate.create(String typeUrl,
byte[] value,
KeyTemplate.OutputPrefixType outputPrefixType) |
| Constructor and Description |
|---|
KeyFormat(KeyFormatProtoT keyFormat,
KeyTemplate.OutputPrefixType outputPrefixType) |
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate |
EcdsaSignKeyManager.createKeyTemplate(com.google.crypto.tink.proto.HashType hashType,
com.google.crypto.tink.proto.EllipticCurveType curve,
com.google.crypto.tink.proto.EcdsaSignatureEncoding encoding,
KeyTemplate.OutputPrefixType prefixType) |
| Modifier and Type | Method and Description |
|---|---|
KeyTemplate.OutputPrefixType |
ProtoKey.getOutputPrefixType() |
| Modifier and Type | Method and Description |
|---|---|
static KeyHandle |
KeyHandle.createFromKey(com.google.crypto.tink.proto.KeyData keyData,
KeyTemplate.OutputPrefixType opt)
Returns a
KeyHandle instance where the underlying TinkKey wraps the input
keyData. |