//
pkg.gl
Category
github.com/named-data/ndnd
std
security
pib
package
1.4.2
Repository:
https://github.com/named-data/ndnd.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
346 SLOC
#
Functions
NewFileTpm
No description provided by the author
NewSqlitePib
No description provided by the author
#
Structs
FileTpm
No description provided by the author
SqliteCert
No description provided by the author
SqliteIdent
No description provided by the author
SqliteKey
No description provided by the author
SqlitePib
No description provided by the author
#
Interfaces
Cert
Cert represents a certificate one owns.
Identity
Identity represents an identity one owns.
Key
Key represents a key one owns (with both private and public keybits).
Pib
Pib is a storage storing all owned identities, keys and certificates.
Tpm
Tpm is a sceure storage that holds the private key.