Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCryptographyService ¶
func NewCryptographyService() insolar.CryptographyService
func NewKeyBoundCryptographyService ¶
func NewKeyBoundCryptographyService(privateKey crypto.PrivateKey) insolar.CryptographyService
func NewStorageBoundCryptographyService ¶
func NewStorageBoundCryptographyService(path string) (insolar.CryptographyService, error)
Types ¶
type NodeCryptographyService ¶ added in v0.9.0
type NodeCryptographyService struct { KeyStore insolar.KeyStore `inject:""` PlatformCryptographyScheme insolar.PlatformCryptographyScheme `inject:""` KeyProcessor insolar.KeyProcessor `inject:""` }
func (*NodeCryptographyService) GetPublicKey ¶ added in v0.9.0
func (cs *NodeCryptographyService) GetPublicKey() (crypto.PublicKey, error)
Click to show internal directories.
Click to hide internal directories.