identity

package
v0.0.0-...-95b87ed Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deserializer

type Deserializer interface {
	DeserializeIdentity(serializedIdentity []byte) (msp.Identity, error)
}

type DeserializerManager

type DeserializerManager interface {
	Deserializer(channel string) (Deserializer, error)
}

type Identity

type Identity interface {
	msp.Identity
}

type IssuingValidator

type IssuingValidator interface {
	Validate(creator PublicInfo, tokenType string) error
}

type PublicInfo

type PublicInfo interface {
	Public() []byte
}

type TokenOwnerValidator

type TokenOwnerValidator interface {
	Validate(owner *token.TokenOwner) error
}

type TokenOwnerValidatorManager

type TokenOwnerValidatorManager interface {
	Get(channel string) (TokenOwnerValidator, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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