| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
OutputPrefixType |
PrimitiveSet.Entry.getOutputPrefixType() |
| Constructor and Description |
|---|
Entry(P primitive,
byte[] identifier,
KeyStatusType status,
OutputPrefixType outputPrefixType) |
| Modifier and Type | Method and Description |
|---|---|
static OutputPrefixType |
OutputPrefixType.forNumber(int value) |
OutputPrefixType |
KeysetInfo.KeyInfoOrBuilder.getOutputPrefixType()
See Keyset.Key.output_prefix_type.
|
OutputPrefixType |
KeysetInfo.KeyInfo.getOutputPrefixType()
See Keyset.Key.output_prefix_type.
|
OutputPrefixType |
KeysetInfo.KeyInfo.Builder.getOutputPrefixType()
See Keyset.Key.output_prefix_type.
|
OutputPrefixType |
Keyset.KeyOrBuilder.getOutputPrefixType()
Determines the prefix of the ciphertexts/signatures produced by this key.
|
OutputPrefixType |
Keyset.Key.getOutputPrefixType()
Determines the prefix of the ciphertexts/signatures produced by this key.
|
OutputPrefixType |
Keyset.Key.Builder.getOutputPrefixType()
Determines the prefix of the ciphertexts/signatures produced by this key.
|
OutputPrefixType |
KeyTemplateOrBuilder.getOutputPrefixType()
Optional.
|
OutputPrefixType |
KeyTemplate.getOutputPrefixType()
Optional.
|
OutputPrefixType |
KeyTemplate.Builder.getOutputPrefixType()
Optional.
|
static OutputPrefixType |
OutputPrefixType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputPrefixType |
OutputPrefixType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputPrefixType[] |
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 com.google.protobuf.Internal.EnumLiteMap<OutputPrefixType> |
OutputPrefixType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setOutputPrefixType(OutputPrefixType value)
See Keyset.Key.output_prefix_type.
|
Keyset.Key.Builder |
Keyset.Key.Builder.setOutputPrefixType(OutputPrefixType value)
Determines the prefix of the ciphertexts/signatures produced by this key.
|
KeyTemplate.Builder |
KeyTemplate.Builder.setOutputPrefixType(OutputPrefixType value)
Optional.
|