public interface JwtHmacKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JwtHmacAlgorithm |
getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
JwtHmacKey.CustomKid |
getCustomKid()
.google.crypto.tink.JwtHmacKey.CustomKid custom_kid = 4; |
com.google.protobuf.ByteString |
getKeyValue()
bytes key_value = 3; |
int |
getVersion()
uint32 version = 1; |
boolean |
hasCustomKid()
.google.crypto.tink.JwtHmacKey.CustomKid custom_kid = 4; |
int getVersion()
uint32 version = 1;int getAlgorithmValue()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2;JwtHmacAlgorithm getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2;com.google.protobuf.ByteString getKeyValue()
bytes key_value = 3;boolean hasCustomKid()
.google.crypto.tink.JwtHmacKey.CustomKid custom_kid = 4;JwtHmacKey.CustomKid getCustomKid()
.google.crypto.tink.JwtHmacKey.CustomKid custom_kid = 4;