requests

package
v0.0.0-...-127eb28 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncryptRequest

type EncryptRequest struct {
	PublicKey     string `json:"public_key"`
	DataToEncrypt string `json:"dataToEncrypt"`
}

type Request

type Request struct {
	EmptyAsice  string       `json:"emptyAsice"`
	SignedFiles []SignedFile `json:"signedFiles"`
}

type SignEcdsa

type SignEcdsa struct {
	DigestToSign string `json:"hash"`
}

type SignedFile

type SignedFile struct {
	FileName    string `json:"fileName"`
	EncodedFile string `json:"encodedFile"`
}

type VerifyBody

type VerifyBody struct {
	SignatureValue string `json:"signatureValue"`
	Certificate    string `json:"certificate"`
	DigestValue    string `json:"digestValue"`
}

Jump to

Keyboard shortcuts

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