1819202122232425262728
private PlexusCipher cipher; public GnomeKeyringNativeEncrypter() { GnomeKeyring keyring; KeyringNotAvailableException notAvailableException; try { keyring = new GnomeKeyring(APP_NAME); notAvailableException = null; }