
wechat.protobuf.ManualAuthRsaReqDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ManualAuthRsaReqDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ManualAuthRsaReqData)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.SKBuiltinString_ randomEncryKey = 1;
* @return Whether the randomEncryKey field is set.
*/
boolean hasRandomEncryKey();
/**
* optional .wechat_proto.SKBuiltinString_ randomEncryKey = 1;
* @return The randomEncryKey.
*/
wechat.protobuf.SKBuiltinString_ getRandomEncryKey();
/**
* optional .wechat_proto.SKBuiltinString_ randomEncryKey = 1;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getRandomEncryKeyOrBuilder();
/**
* optional .wechat_proto.ECDHKey cliPubEcdhkey = 2;
* @return Whether the cliPubEcdhkey field is set.
*/
boolean hasCliPubEcdhkey();
/**
* optional .wechat_proto.ECDHKey cliPubEcdhkey = 2;
* @return The cliPubEcdhkey.
*/
wechat.protobuf.ECDHKey getCliPubEcdhkey();
/**
* optional .wechat_proto.ECDHKey cliPubEcdhkey = 2;
*/
wechat.protobuf.ECDHKeyOrBuilder getCliPubEcdhkeyOrBuilder();
/**
* optional string userName = 3;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional string userName = 3;
* @return The userName.
*/
java.lang.String getUserName();
/**
* optional string userName = 3;
* @return The bytes for userName.
*/
com.google.protobuf.ByteString
getUserNameBytes();
/**
* optional string pwd = 4;
* @return Whether the pwd field is set.
*/
boolean hasPwd();
/**
* optional string pwd = 4;
* @return The pwd.
*/
java.lang.String getPwd();
/**
* optional string pwd = 4;
* @return The bytes for pwd.
*/
com.google.protobuf.ByteString
getPwdBytes();
/**
* optional string pwd2 = 5;
* @return Whether the pwd2 field is set.
*/
boolean hasPwd2();
/**
* optional string pwd2 = 5;
* @return The pwd2.
*/
java.lang.String getPwd2();
/**
* optional string pwd2 = 5;
* @return The bytes for pwd2.
*/
com.google.protobuf.ByteString
getPwd2Bytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy