Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keystore ¶
type Keystore struct { Crypto *KeystoreCrypto Description string PubKey string Path string UUID string Version string }
type KeystoreCrypto ¶
type KeystoreCrypto struct {
// contains filtered or unexported fields
}
func NewKeystoreCrypto ¶
func NewKeystoreCrypto(salt, aesIV, cipherText, partialDecryptionKey []uint8) *KeystoreCrypto
func NewKeystoreCryptoFromJSON ¶
func NewKeystoreCryptoFromJSON() *KeystoreCrypto
type KeystoreModule ¶
type KeystoreModule struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.