| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
KeysetInfo.Builder |
KeysetInfo.Builder.addAllKeyInfo(Iterable<? extends KeysetInfo.KeyInfo> values)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.addKeyInfo(int index,
KeysetInfo.KeyInfo.Builder builderForValue)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.addKeyInfo(int index,
KeysetInfo.KeyInfo value)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.addKeyInfo(KeysetInfo.KeyInfo.Builder builderForValue)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.addKeyInfo(KeysetInfo.KeyInfo value)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.clearKeyInfo()
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.clearPrimaryKeyId()
See Keyset.primary_key_id.
|
static KeysetInfo.Builder |
KeysetInfo.newBuilder() |
static KeysetInfo.Builder |
KeysetInfo.newBuilder(KeysetInfo prototype) |
KeysetInfo.Builder |
KeysetInfo.Builder.removeKeyInfo(int index)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.setKeyInfo(int index,
KeysetInfo.KeyInfo.Builder builderForValue)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.setKeyInfo(int index,
KeysetInfo.KeyInfo value)
KeyInfos in the KeysetInfo.
|
KeysetInfo.Builder |
KeysetInfo.Builder.setPrimaryKeyId(int value)
See Keyset.primary_key_id.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedKeyset.Builder |
EncryptedKeyset.Builder.setKeysetInfo(KeysetInfo.Builder builderForValue)
Optional.
|