public interface JwtEcdsaPrivateKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getKeyValue()
Unsigned big integer in bigendian representation.
|
JwtEcdsaPublicKey |
getPublicKey()
.google.crypto.tink.JwtEcdsaPublicKey public_key = 2; |
int |
getVersion()
uint32 version = 1; |
boolean |
hasPublicKey()
.google.crypto.tink.JwtEcdsaPublicKey public_key = 2; |
int getVersion()
uint32 version = 1;boolean hasPublicKey()
.google.crypto.tink.JwtEcdsaPublicKey public_key = 2;JwtEcdsaPublicKey getPublicKey()
.google.crypto.tink.JwtEcdsaPublicKey public_key = 2;com.google.protobuf.ByteString getKeyValue()
Unsigned big integer in bigendian representation.
bytes key_value = 3;