type golang.org/x/crypto/openpgp.EntityList
6 uses
golang.org/x/crypto/openpgp (current package)
keys.go#L159: type EntityList []*Entity
keys.go#L162: func (el EntityList) KeysById(id uint64) (keys []Key) {
keys.go#L189: func (el EntityList) KeysByIdUsage(id uint64, requiredUsage byte) (keys []Key) {
keys.go#L224: func (el EntityList) DecryptionKeys() (keys []Key) {
keys.go#L236: func ReadArmoredKeyRing(r io.Reader) (EntityList, error) {
keys.go#L253: func ReadKeyRing(r io.Reader) (el EntityList, err error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |