cep

package module
v0.0.0-...-c765777 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client ...

func NewClient

func NewClient(name, url string, iamc *iam.Client, soapOptions ...soap.Option) (*Client, error)

NewClient ...

func (*Client) VrateniePodpisanychDat

func (c *Client) VrateniePodpisanychDat(data, encoding, mimeType string) (*VrateniePodpisanychDatObjekt, error)

VrateniePodpisanychDat vrati zoznam podpisanych dat z podpisu

type DigestAlg

type DigestAlg string

DigestAlg enum type of digest algorithms

const (
	DigestAlgSHA256 DigestAlg = "SHA256"
	DigestAlgSHA512 DigestAlg = "SHA512"
)

DigestAlg enum values

type VrateniePodpisanychDatObjekt

type VrateniePodpisanychDatObjekt struct {
	Data     string `xml:"Data,omitempty"`
	Encoding string `xml:"Encoding,omitempty"`
	ID       string `xml:"Id,omitempty"`
	MimeType string `xml:"MimeType,omitempty"`
}

VrateniePodpisanychDatObjekt ...

func (*VrateniePodpisanychDatObjekt) GetData

func (v *VrateniePodpisanychDatObjekt) GetData() ([]byte, error)

GetData decodes base64 data

Jump to

Keyboard shortcuts

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