
wechat.protobuf.RSAPemOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface RSAPemOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.RSAPem)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 len = 1;
* @return Whether the len field is set.
*/
boolean hasLen();
/**
* optional uint32 len = 1;
* @return The len.
*/
int getLen();
/**
* optional string pem = 2;
* @return Whether the pem field is set.
*/
boolean hasPem();
/**
* optional string pem = 2;
* @return The pem.
*/
java.lang.String getPem();
/**
* optional string pem = 2;
* @return The bytes for pem.
*/
com.google.protobuf.ByteString
getPemBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy