--list-keys} from the command line.
@deffn Command epa-list-keys name mode
-Show all keys matched with @var{name} from the keyring.
-If @var{mode} is non-nil, it reads the private keyring. Otherwise, it
-reads the public keyring.
+Show all keys matched with @var{name} from the public keyring.
@end deffn
The output looks as follows.
u A5B6B2D4B15813FE Daiki Ueno <ueno@@unixuser.org>
@end example
+To browse your private keyring, use @kbd{M-x epa-list-secret-keys}.
+
+@deffn Command epa-list-secret-keys name
+Show all keys matched with @var{name} from the private keyring.
+@end deffn
+
A character on the leftmost column indicates the trust level of the
key. If it is @samp{u}, the key is marked as ultimately trusted. The
second column is the key ID, and the rest is the user ID.