public interface JwtRsaSsaPkcs1KeyFormatOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JwtRsaSsaPkcs1Algorithm |
getAlgorithm()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2; |
int |
getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2; |
int |
getModulusSizeInBits()
uint32 modulus_size_in_bits = 3; |
com.google.protobuf.ByteString |
getPublicExponent()
bytes public_exponent = 4; |
int |
getVersion()
uint32 version = 1; |
int getVersion()
uint32 version = 1;int getAlgorithmValue()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2;JwtRsaSsaPkcs1Algorithm getAlgorithm()
.google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2;int getModulusSizeInBits()
uint32 modulus_size_in_bits = 3;com.google.protobuf.ByteString getPublicExponent()
bytes public_exponent = 4;