rsapb

package
v0.0.0-...-7974e50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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) Descriptor() ([]byte, []int)

Deprecated: Use RSA.ProtoReflect.Descriptor instead.

func (*RSA) GetE

func (x *RSA) GetE() string

func (*RSA) GetN

func (x *RSA) GetN() string

func (*RSA) ProtoMessage

func (*RSA) ProtoMessage()

func (*RSA) ProtoReflect

func (x *RSA) ProtoReflect() protoreflect.Message

func (*RSA) Reset

func (x *RSA) Reset()

func (*RSA) String

func (x *RSA) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL