| 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 | Field and Description |
|---|---|
KeyTemplate.OutputPrefixType |
KeyTypeManager.KeyFactory.KeyFormat.outputPrefixType |
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate.OutputPrefixType |
KeyTemplateProtoConverter.prefixFromProto(OutputPrefixType outputPrefixType) |
| Constructor and Description |
|---|
KeyFormat(KeyFormatProtoT keyFormat,
KeyTemplate.OutputPrefixType outputPrefixType) |
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate |
EcdsaSignKeyManager.createKeyTemplate(HashType hashType,
EllipticCurveType curve,
EcdsaSignatureEncoding encoding,
KeyTemplate.OutputPrefixType prefixType) |
| Modifier and Type | Method and Description |
|---|---|
static KeyHandle |
KeyHandle.createFromKey(KeyData keyData,
KeyTemplate.OutputPrefixType opt)
Deprecated.
Use the KeyHandle(TinkKey, KeyAccess) constructor instead.
|
| 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. |