All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.AutoAuthRsaReqDataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface AutoAuthRsaReqDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.AutoAuthRsaReqData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .wechat_proto.SKBuiltinString_ aes_encrypt_key = 2;
   * @return Whether the aesEncryptKey field is set.
   */
  boolean hasAesEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ aes_encrypt_key = 2;
   * @return The aesEncryptKey.
   */
  wechat.protobuf.SKBuiltinString_ getAesEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ aes_encrypt_key = 2;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getAesEncryptKeyOrBuilder();

  /**
   * optional .wechat_proto.ECDHKey pubEcdhKey = 3;
   * @return Whether the pubEcdhKey field is set.
   */
  boolean hasPubEcdhKey();
  /**
   * optional .wechat_proto.ECDHKey pubEcdhKey = 3;
   * @return The pubEcdhKey.
   */
  wechat.protobuf.ECDHKey getPubEcdhKey();
  /**
   * optional .wechat_proto.ECDHKey pubEcdhKey = 3;
   */
  wechat.protobuf.ECDHKeyOrBuilder getPubEcdhKeyOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy