| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo |
KeysetHandle.getKeysetInfo()
Returns the
KeysetInfo that doesn't contain actual key
material. |
static KeysetInfo |
LegacyKeysetSerialization.getKeysetInfo(KeysetHandle handle)
Returns the
KeysetInfo proto of the given KeysetHandle. |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo |
KeysetInfo.Builder.build() |
KeysetInfo |
KeysetInfo.Builder.buildPartial() |
static KeysetInfo |
KeysetInfo.getDefaultInstance() |
KeysetInfo |
KeysetInfo.getDefaultInstanceForType() |
KeysetInfo |
KeysetInfo.Builder.getDefaultInstanceForType() |
KeysetInfo |
EncryptedKeysetOrBuilder.getKeysetInfo()
Optional.
|
KeysetInfo |
EncryptedKeyset.getKeysetInfo()
Optional.
|
KeysetInfo |
EncryptedKeyset.Builder.getKeysetInfo()
Optional.
|
static KeysetInfo |
KeysetInfo.parseDelimitedFrom(InputStream input) |
static KeysetInfo |
KeysetInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo |
KeysetInfo.parseFrom(byte[] data) |
static KeysetInfo |
KeysetInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo |
KeysetInfo.parseFrom(ByteBuffer data) |
static KeysetInfo |
KeysetInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo |
KeysetInfo.parseFrom(com.google.protobuf.ByteString data) |
static KeysetInfo |
KeysetInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo |
KeysetInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static KeysetInfo |
KeysetInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeysetInfo |
KeysetInfo.parseFrom(InputStream input) |
static KeysetInfo |
KeysetInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<KeysetInfo> |
KeysetInfo.getParserForType() |
static com.google.protobuf.Parser<KeysetInfo> |
KeysetInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo.Builder |
KeysetInfo.Builder.mergeFrom(KeysetInfo other) |
EncryptedKeyset.Builder |
EncryptedKeyset.Builder.mergeKeysetInfo(KeysetInfo value)
Optional.
|
static KeysetInfo.Builder |
KeysetInfo.newBuilder(KeysetInfo prototype) |
EncryptedKeyset.Builder |
EncryptedKeyset.Builder.setKeysetInfo(KeysetInfo value)
Optional.
|