responses

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 CertificatesResponse

type CertificatesResponse struct {
	RsaAuthenticationCertificate   string `json:"rsa_authentication_certificate,omitempty"`
	RsaSigningCertificate          string `json:"rsa_signing_certificate,omitempty"`
	EcdsaAuthenticationCertificate string `json:"ecdsa_authentication_certificate,omitempty"`
	EcdsaSigningCertificate        string `json:"ecdsa_signing_certificate,omitempty"`
}

type DigestSummary

type DigestSummary struct {
	DigestSummary string `json:"digestSummary"`
	Algorithm     string `json:"algorithm"`
}

type EncryptResponse

type EncryptResponse struct {
	EncryptedData string `json:"encryptedData"`
}

type HashSignature

type HashSignature struct {
	SignatureMethod string `json:"signatureMethod"`
	Hash            string `json:"hash"`
	SignatureValue  string `json:"signatureValue"`
}

Jump to

Keyboard shortcuts

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