| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
Keyset.Key.Builder |
Keyset.Key.Builder.clearKeyData()
Contains the actual, instantiation specific key proto.
|
Keyset.Key.Builder |
Keyset.Key.Builder.clearKeyId()
Identifies a key within a keyset, is a part of metadata
of a ciphertext/signature.
|
Keyset.Key.Builder |
Keyset.Key.Builder.clearOutputPrefixType()
Determines the prefix of the ciphertexts/signatures produced by this key.
|
Keyset.Key.Builder |
Keyset.Key.Builder.clearStatus()
.google.crypto.tink.KeyStatusType status = 2; |
Keyset.Key.Builder |
Keyset.Key.Builder.mergeKeyData(KeyData value)
Contains the actual, instantiation specific key proto.
|
static Keyset.Key.Builder |
Keyset.Key.newBuilder() |
static Keyset.Key.Builder |
Keyset.Key.newBuilder(Keyset.Key prototype) |
Keyset.Key.Builder |
Keyset.Key.Builder.setKeyData(KeyData.Builder builderForValue)
Contains the actual, instantiation specific key proto.
|
Keyset.Key.Builder |
Keyset.Key.Builder.setKeyData(KeyData value)
Contains the actual, instantiation specific key proto.
|
Keyset.Key.Builder |
Keyset.Key.Builder.setKeyId(int value)
Identifies a key within a keyset, is a part of metadata
of a ciphertext/signature.
|
Keyset.Key.Builder |
Keyset.Key.Builder.setOutputPrefixType(OutputPrefixType value)
Determines the prefix of the ciphertexts/signatures produced by this key.
|
Keyset.Key.Builder |
Keyset.Key.Builder.setOutputPrefixTypeValue(int value)
Determines the prefix of the ciphertexts/signatures produced by this key.
|
Keyset.Key.Builder |
Keyset.Key.Builder.setStatus(KeyStatusType value)
.google.crypto.tink.KeyStatusType status = 2; |
Keyset.Key.Builder |
Keyset.Key.Builder.setStatusValue(int value)
.google.crypto.tink.KeyStatusType status = 2; |
| Modifier and Type | Method and Description |
|---|---|
Keyset.Builder |
Keyset.Builder.addKey(int index,
Keyset.Key.Builder builderForValue)
Actual keys in the Keyset.
|
Keyset.Builder |
Keyset.Builder.addKey(Keyset.Key.Builder builderForValue)
Actual keys in the Keyset.
|
Keyset.Builder |
Keyset.Builder.setKey(int index,
Keyset.Key.Builder builderForValue)
Actual keys in the Keyset.
|