| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
JwtHmacKey.CustomKid.Builder |
JwtHmacKey.CustomKid.Builder.clearValue()
string value = 1; |
static JwtHmacKey.CustomKid.Builder |
JwtHmacKey.CustomKid.newBuilder() |
static JwtHmacKey.CustomKid.Builder |
JwtHmacKey.CustomKid.newBuilder(JwtHmacKey.CustomKid prototype) |
JwtHmacKey.CustomKid.Builder |
JwtHmacKey.CustomKid.Builder.setValue(String value)
string value = 1; |
JwtHmacKey.CustomKid.Builder |
JwtHmacKey.CustomKid.Builder.setValueBytes(com.google.protobuf.ByteString value)
string value = 1; |
| Modifier and Type | Method and Description |
|---|---|
JwtHmacKey.Builder |
JwtHmacKey.Builder.setCustomKid(JwtHmacKey.CustomKid.Builder builderForValue)
.google.crypto.tink.JwtHmacKey.CustomKid custom_kid = 4; |