| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyData
The actual *Key-proto is wrapped in a KeyData message, which in addition
to this serialized proto contains also type_url identifying the
definition of *Key-proto (as in KeyFormat-message), and some extra metadata
about the type key material.
|
static class |
KeyData.Builder
The actual *Key-proto is wrapped in a KeyData message, which in addition
to this serialized proto contains also type_url identifying the
definition of *Key-proto (as in KeyFormat-message), and some extra metadata
about the type key material.
|
| Modifier and Type | Method and Description |
|---|---|
KeyDataOrBuilder |
Keyset.KeyOrBuilder.getKeyDataOrBuilder()
Contains the actual, instantiation specific key proto.
|
KeyDataOrBuilder |
Keyset.Key.getKeyDataOrBuilder()
Contains the actual, instantiation specific key proto.
|
KeyDataOrBuilder |
Keyset.Key.Builder.getKeyDataOrBuilder()
Contains the actual, instantiation specific key proto.
|
KeyDataOrBuilder |
PrfBasedDeriverKeyOrBuilder.getPrfKeyOrBuilder()
.google.crypto.tink.KeyData prf_key = 2; |
KeyDataOrBuilder |
PrfBasedDeriverKey.getPrfKeyOrBuilder()
.google.crypto.tink.KeyData prf_key = 2; |
KeyDataOrBuilder |
PrfBasedDeriverKey.Builder.getPrfKeyOrBuilder()
.google.crypto.tink.KeyData prf_key = 2; |