Documentation ¶
Index ¶
- func New(hStorage managed.Wallet, method Method) (id core.DID, err error)
- func NewKey(hStorage managed.Wallet) (id core.DID, err error)
- func NewKeyFromDID(hStorage managed.Wallet, didStr string) (id core.DID, err error)
- func String(d string) string
- type Key
- func (k Key) AEndp() (ae service.Addr, err error)
- func (k Key) Did() string
- func (k Key) KID() string
- func (k Key) Packager() api.Packager
- func (k Key) Route() []string
- func (k Key) SavePairwiseForDID(mStorage managed.Wallet, theirDID core.DID, pw core.PairwiseMeta)
- func (k Key) SetAEndp(ae service.Addr)
- func (k Key) SignKey() any
- func (k Key) StartEndp(storageH managed.Wallet, connectionID string)
- func (k Key) Storage() managed.Wallet
- func (k Key) Store(mgdWallet, mgdStorage managed.Wallet)
- func (k Key) StoreResult() error
- func (k Key) String() string
- func (k Key) VerKey() string
- type Method
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeyFromDID ¶
Types ¶
type Key ¶
type Key struct {
// contains filtered or unexported fields
}
func (Key) SavePairwiseForDID ¶ added in v0.30.9
func (Key) StoreResult ¶ added in v0.30.9
Click to show internal directories.
Click to hide internal directories.