pkg

package
v0.0.0-...-d61954a Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// DefaultTrimChars are the characters which are stripped by Trim* functions in default.
	DefaultTrimChars = string([]byte{
		'\t',
		'\v',
		'\n',
		'\r',
		'\f',
		' ',
		0x00,
		0x85,
		0xA0,
	})
)

Functions

func Helper

func Helper() *ihelper

Helper Get Helper Instance

func NewRsaSecretInstance

func NewRsaSecretInstance(ctx context.Context, publicKey, privateKey string, dataType gocrypto.Encode, keyType gocrypto.Secret) rsa.RSASecret

NewRsaSecretInstance Get RSASecret Instance

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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