public interface RsaSsaPkcs1KeyFormatOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getModulusSizeInBits()
Required.
|
RsaSsaPkcs1Params |
getParams()
Required.
|
com.google.protobuf.ByteString |
getPublicExponent()
Required.
|
boolean |
hasParams()
Required.
|
boolean hasParams()
Required.
.google.crypto.tink.RsaSsaPkcs1Params params = 1;RsaSsaPkcs1Params getParams()
Required.
.google.crypto.tink.RsaSsaPkcs1Params params = 1;int getModulusSizeInBits()
Required.
uint32 modulus_size_in_bits = 2;com.google.protobuf.ByteString getPublicExponent()
Required.
bytes public_exponent = 3;