public interface JwtEcdsaPublicKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JwtEcdsaAlgorithm |
getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaPublicKey.CustomKid |
getCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
int |
getVersion()
uint32 version = 1; |
com.google.protobuf.ByteString |
getX()
Affine coordinates of the public key in big-endian representation.
|
com.google.protobuf.ByteString |
getY()
bytes y = 4; |
boolean |
hasCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5; |
int getVersion()
uint32 version = 1;int getAlgorithmValue()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;JwtEcdsaAlgorithm getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2;com.google.protobuf.ByteString getX()
Affine coordinates of the public key in big-endian representation. The public key is a point (x, y) on the curve defined by algorithm.
bytes x = 3;com.google.protobuf.ByteString getY()
bytes y = 4;boolean hasCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;JwtEcdsaPublicKey.CustomKid getCustomKid()
.google.crypto.tink.JwtEcdsaPublicKey.CustomKid custom_kid = 5;