1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-09 04:21:08 +01:00
This commit is contained in:
Paul Schaub 2018-05-10 16:00:27 +02:00
parent 583dfce7c0
commit 2acf9689fe
4 changed files with 107 additions and 7 deletions

View file

@ -0,0 +1,8 @@
package org.jivesoftware.smackx.ox;
public class OpenPgpKeyStore {
public OpenPgpKeyStore() {
}
}

View file

@ -28,7 +28,7 @@ import org.xmlpull.v1.XmlPullParserException;
public class OpenPgpMessage {
enum State {
public enum State {
signcrypt,
sign,
crypt,