| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.Builder.addKeyInfoBuilder()
KeyInfos in the KeysetInfo.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.Builder.addKeyInfoBuilder(int index)
KeyInfos in the KeysetInfo.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.clear() |
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.clearKeyId()
See Keyset.Key.key_id.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.clearOutputPrefixType()
See Keyset.Key.output_prefix_type.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.clearStatus()
See Keyset.Key.status.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.clearTypeUrl()
the type url of this key,
e.g., type.googleapis.com/google.crypto.tink.HmacKey.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.Builder.getKeyInfoBuilder(int index)
KeyInfos in the KeysetInfo.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.mergeFrom(KeysetInfo.KeyInfo other) |
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
static KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.newBuilder() |
static KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.newBuilder(KeysetInfo.KeyInfo prototype) |
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.newBuilderForType() |
protected KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setKeyId(int value)
See Keyset.Key.key_id.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setOutputPrefixType(OutputPrefixType value)
See Keyset.Key.output_prefix_type.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setOutputPrefixTypeValue(int value)
See Keyset.Key.output_prefix_type.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setStatus(KeyStatusType value)
See Keyset.Key.status.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setStatusValue(int value)
See Keyset.Key.status.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setTypeUrl(String value)
the type url of this key,
e.g., type.googleapis.com/google.crypto.tink.HmacKey.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.Builder.setTypeUrlBytes(com.google.protobuf.ByteString value)
the type url of this key,
e.g., type.googleapis.com/google.crypto.tink.HmacKey.
|
KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<KeysetInfo.KeyInfo.Builder> |
KeysetInfo.Builder.getKeyInfoBuilderList()
KeyInfos in the KeysetInfo.
|
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo.Builder |
KeysetInfo.Builder.addKeyInfo(int index,
KeysetInfo.KeyInfo.Builder builderForValue)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.addKeyInfo(KeysetInfo.KeyInfo.Builder builderForValue)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.setKeyInfo(int index,
KeysetInfo.KeyInfo.Builder builderForValue)
KeyInfos in the KeysetInfo.
|