Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + func GetIdentityUsageThreshold() time.Duration + func SetIdentityUsageThreshold(duration time.Duration) + type Mapper interface + Get func(pkiID common.PKIidType) (api.PeerIdentityType, error) + GetPKIidOfCert func(api.PeerIdentityType) common.PKIidType + IdentityInfo func() api.PeerIdentitySet + Put func(pkiID common.PKIidType, identity api.PeerIdentityType) error + Sign func(msg []byte) ([]byte, error) + Stop func() + SuspectPeers func(isSuspected api.PeerSuspector) + Verify func(vkID, signature, message []byte) error + func NewIdentityMapper(mcs api.MessageCryptoService, selfIdentity api.PeerIdentityType, ...) Mapper