public interface RsaSsaPssKeyFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getModulusSizeInBits()
Required.
|
RsaSsaPssParams |
getParams()
Required.
|
RsaSsaPssParamsOrBuilder |
getParamsOrBuilder()
Required.
|
com.google.protobuf.ByteString |
getPublicExponent()
Required.
|
boolean |
hasParams()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasParams()
Required.
.google.crypto.tink.RsaSsaPssParams params = 1;RsaSsaPssParams getParams()
Required.
.google.crypto.tink.RsaSsaPssParams params = 1;RsaSsaPssParamsOrBuilder getParamsOrBuilder()
Required.
.google.crypto.tink.RsaSsaPssParams params = 1;int getModulusSizeInBits()
Required.
uint32 modulus_size_in_bits = 2;com.google.protobuf.ByteString getPublicExponent()
Required.
bytes public_exponent = 3;