| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.signature |
| 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) |
| 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) |