Home
last modified time | relevance | path

Searched defs:PGPKeyBundle (Results 1 – 8 of 8) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dpgp_key.go28 type PGPKeyBundle struct { struct
29 *openpgp.Entity
32 GPGFallbackKey GenericKey
41 ArmoredPublicKey string
44 Generated bool
140 func (k *PGPKeyBundle) InitGPGKey() {
539 func (k PGPKeyBundle) GetPrimaryUID() string {
570 func (k *PGPKeyBundle) HasSecretKey() bool {
577 func FindPGPPrivateKey(k *PGPKeyBundle) bool {
602 func (k *PGPKeyBundle) CanSign() bool {
[all …]
H A Dpgp_enc.go13 …c PGPEncrypt(source io.Reader, sink io.WriteCloser, signer *PGPKeyBundle, recipients []*PGPKeyBund…
36 func PGPEncryptString(input string, signer *PGPKeyBundle, recipients []*PGPKeyBundle) ([]byte, erro…
H A Dsign.go20 func SimpleSign(payload []byte, key PGPKeyBundle) (out string, id keybase1.SigIDBase, err error) {
80 func AttachedSignWrapper(out io.WriteCloser, key PGPKeyBundle, armored bool) (
H A Dkeymerge.go28 func (to *PGPKeyBundle) MergeKey(from *PGPKeyBundle) {
H A Dgpg_fallback_test.go18 func InitTestKey(k *PGPKeyBundle) {
H A Dpgp_dec.go30 func PGPDecryptWithBundles(g *GlobalContext, source io.Reader, sink io.Writer, keys []*PGPKeyBundle
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dfakeusers_test.go314 func createFakeUserWithPGPSibkeyPregen(tc libkb.TestContext, pregen *libkb.PGPKeyBundle) *FakeUser {
H A Dpgp_import_key.go254 func clonePGPKeyBundle(bundle *libkb.PGPKeyBundle) (*libkb.PGPKeyBundle, error) {