package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Oct 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Dummy is a read-only KeyStore that neither loads nor stores keys.
GetKey returns a key object whose SKI is the one passed.
ReadOnly returns true if this KeyStore is read only, false otherwise.
If ReadOnly is true then StoreKey will fail.
StoreKey stores the key k in this KeyStore.
If this KeyStore is read only then the method will fail.
KVSStore is a read-only KeyStore that neither loads nor stores keys.
GetKey returns a key object whose SKI is the one passed.
ReadOnly returns true if this KeyStore is read only, false otherwise.
If ReadOnly is true then StoreKey will fail.
StoreKey stores the key k in this KeyStore.
If this KeyStore is read only then the method will fail.
type UserSecretKey struct {
Sk []byte
Exportable bool
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.