
wechat.protobuf.RSAInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface RSAInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.RSAInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional string modules = 1;
* @return Whether the modules field is set.
*/
boolean hasModules();
/**
* optional string modules = 1;
* @return The modules.
*/
java.lang.String getModules();
/**
* optional string modules = 1;
* @return The bytes for modules.
*/
com.google.protobuf.ByteString
getModulesBytes();
/**
* optional string exponent = 2;
* @return Whether the exponent field is set.
*/
boolean hasExponent();
/**
* optional string exponent = 2;
* @return The exponent.
*/
java.lang.String getExponent();
/**
* optional string exponent = 2;
* @return The bytes for exponent.
*/
com.google.protobuf.ByteString
getExponentBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy