| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.newBuilder() |
static KeysetInfo.KeyInfo.Builder |
KeysetInfo.KeyInfo.newBuilder(KeysetInfo.KeyInfo prototype) |
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.
|
| 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.
|