Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_rsa_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RSA ¶
type RSA struct { // Modulus. N string `protobuf:"bytes,1,opt,name=n,proto3" json:"n,omitempty"` // Public exponent. E string `protobuf:"bytes,2,opt,name=e,proto3" json:"e,omitempty"` // contains filtered or unexported fields }
RSA Public Key message type. All fields are positive big endian integers Base64Url-encoded with no padding.
func (*RSA) Descriptor
deprecated
func (*RSA) ProtoMessage ¶
func (*RSA) ProtoMessage()
func (*RSA) ProtoReflect ¶
func (x *RSA) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.