java.lang.Object
org.bzdev.ejws.EjwsAuthenticator.GPGKeyIDs
- Enclosing class:
- EjwsAuthenticator
Container class for key ids.
Instances of this class is returned by calls
EjwsAuthenticator.storeGPGKey(String,GPGKeyIDs).-
Method Summary
Modifier and TypeMethodDescriptionGet the email address for a GPG key that was just storedGet the fingerprint for a GPG key that was just stored
-
Method Details
-
getEmailAddress
Get the email address for a GPG key that was just stored- Returns:
- the email address
-
getFingerprint
Get the fingerprint for a GPG key that was just stored- Returns:
- the key's fingerprint
-