public interface JwtRsaSsaPssPublicKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JwtRsaSsaPssAlgorithm |
getAlgorithm()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2; |
JwtRsaSsaPssPublicKey.CustomKid |
getCustomKid()
.google.crypto.tink.JwtRsaSsaPssPublicKey.CustomKid custom_kid = 5; |
com.google.protobuf.ByteString |
getE()
Public exponent.
|
com.google.protobuf.ByteString |
getN()
Modulus.
|
int |
getVersion()
uint32 version = 1; |
boolean |
hasCustomKid()
.google.crypto.tink.JwtRsaSsaPssPublicKey.CustomKid custom_kid = 5; |
int getVersion()
uint32 version = 1;int getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;JwtRsaSsaPssAlgorithm getAlgorithm()
.google.crypto.tink.JwtRsaSsaPssAlgorithm algorithm = 2;com.google.protobuf.ByteString getN()
Modulus. Unsigned big integer in big-endian representation.
bytes n = 3;com.google.protobuf.ByteString getE()
Public exponent. Unsigned big integer in big-endian representation.
bytes e = 4;boolean hasCustomKid()
.google.crypto.tink.JwtRsaSsaPssPublicKey.CustomKid custom_kid = 5;JwtRsaSsaPssPublicKey.CustomKid getCustomKid()
.google.crypto.tink.JwtRsaSsaPssPublicKey.CustomKid custom_kid = 5;