Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ISignerGenerator ¶
type ISignerGenerator interface { Type() string NewSigner(param interface{}) (signer signerCommon.ISigner, err error) FromKeyPairData(kpData []byte) (kp signerCommon.ISigner, err error) FromRawPrivateKey(key interface{}) (signer signerCommon.ISigner, err error) FromRawPublicKey(key interface{}) (signer signerCommon.ISigner, err error) FromRawKeyPair(kp interface{}) (signer signerCommon.ISigner, err error) }
func SignerGeneratorByAlgorithmType ¶
func SignerGeneratorByAlgorithmType(sType string) ISignerGenerator
Click to show internal directories.
Click to hide internal directories.