
com.google.crypto.tink.proto.JwtRsaSsaPkcs1KeyFormatOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/jwt_rsa_ssa_pkcs1.proto
// Protobuf Java Version: 3.25.3
package com.google.crypto.tink.proto;
public interface JwtRsaSsaPkcs1KeyFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.crypto.tink.JwtRsaSsaPkcs1KeyFormat)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 version = 1;
* @return The version.
*/
int getVersion();
/**
* .google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2;
* @return The enum numeric value on the wire for algorithm.
*/
int getAlgorithmValue();
/**
* .google.crypto.tink.JwtRsaSsaPkcs1Algorithm algorithm = 2;
* @return The algorithm.
*/
com.google.crypto.tink.proto.JwtRsaSsaPkcs1Algorithm getAlgorithm();
/**
* uint32 modulus_size_in_bits = 3;
* @return The modulusSizeInBits.
*/
int getModulusSizeInBits();
/**
* bytes public_exponent = 4;
* @return The publicExponent.
*/
com.google.protobuf.ByteString getPublicExponent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy