| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.internal | |
| com.google.crypto.tink.tinkkey | |
| com.google.crypto.tink.tinkkey.internal |
| Modifier and Type | Method and Description |
|---|---|
KeyTemplate.OutputPrefixType |
KeyTemplate.getOutputPrefixType()
Deprecated.
Instead, operate on the
Parameters object obtained with KeyTemplate.toParameters(). If you really need this value, you need to first use
TinkProtoParametersFormat to serialize this parameters object, then parse the result with
the Tink-internal proto class "KeyTemplate". |
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)
Deprecated.
Use createFrom
|
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate.OutputPrefixType |
KeyTemplateProtoConverter.getOutputPrefixType(KeyTemplate t) |
static KeyTemplate.OutputPrefixType |
KeyTemplateProtoConverter.prefixFromProto(OutputPrefixType outputPrefixType) |
| Modifier and Type | Method and Description |
|---|---|
static KeyHandle |
KeyHandle.createFromKey(KeyData keyData,
KeyTemplate.OutputPrefixType opt)
|
| Modifier and Type | Method and Description |
|---|---|
KeyTemplate.OutputPrefixType |
ProtoKey.getOutputPrefixType() |
| Constructor and Description |
|---|
ProtoKey(KeyData keyData,
KeyTemplate.OutputPrefixType opt)
Constructs a ProtoKey with
hasSecret() returning true if the input KeyData has
key material of type UNKNOWN_KEYMATERIAL, SYMMETRIC, or ASYMMETRIC_PRIVATE. |