| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo |
KeysetHandle.getKeysetInfo() |
| Modifier and Type | Method and Description |
|---|---|
static KeysetInfo |
KeysetInfo.getDefaultInstance() |
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 |
|---|---|
static com.google.protobuf.Parser<KeysetInfo> |
KeysetInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
EncryptedKeyset.Builder |
EncryptedKeyset.Builder.mergeKeysetInfo(KeysetInfo value)
Optional.
|
static KeysetInfo.Builder |
KeysetInfo.newBuilder(KeysetInfo prototype) |
EncryptedKeyset.Builder |
EncryptedKeyset.Builder.setKeysetInfo(KeysetInfo value)
Optional.
|