| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.internal | |
| com.google.crypto.tink.proto | |
| com.google.crypto.tink.signature |
| Modifier and Type | Method and Description |
|---|---|
OutputPrefixType |
PrimitiveSet.Entry.getOutputPrefixType() |
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate |
HybridKeyTemplates.createEciesAeadHkdfKeyTemplate(EllipticCurveType curve,
HashType hashType,
EcPointFormat ecPointFormat,
KeyTemplate demKeyTemplate,
OutputPrefixType outputPrefixType,
byte[] salt) |
| Modifier and Type | Method and Description |
|---|---|
OutputPrefixType |
ProtoKeySerialization.getOutputPrefixType()
The contents of the field output_prefix_type in the message
com.google.crypto.tink.proto.Keyset.Key.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtoKeySerialization |
ProtoKeySerialization.create(String typeUrl,
com.google.protobuf.ByteString value,
KeyData.KeyMaterialType keyMaterialType,
OutputPrefixType outputPrefixType,
Integer idRequirement) |
static ProtoParametersSerialization |
ProtoParametersSerialization.create(String typeUrl,
OutputPrefixType outputPrefixType,
com.google.protobuf.MessageLite value)
Creates a new
ProtoParametersSerialization object from the individual parts. |
static KeyTemplate.OutputPrefixType |
KeyTemplateProtoConverter.prefixFromProto(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()
Required.
|
OutputPrefixType |
KeyTemplate.getOutputPrefixType()
Required.
|
OutputPrefixType |
KeyTemplate.Builder.getOutputPrefixType()
Required.
|
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)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyTemplate |
SignatureKeyTemplates.createEcdsaKeyTemplate(HashType hashType,
EllipticCurveType curve,
EcdsaSignatureEncoding encoding,
OutputPrefixType prefixType) |
static KeyTemplate |
SignatureKeyTemplates.createRsaSsaPkcs1KeyTemplate(HashType hashType,
int modulusSize,
BigInteger publicExponent,
OutputPrefixType prefixType) |