mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-09 04:21:08 +01:00
Temp
This commit is contained in:
parent
583dfce7c0
commit
2acf9689fe
4 changed files with 107 additions and 7 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package org.jivesoftware.smackx.ox;
|
||||
|
||||
public class OpenPgpKeyStore {
|
||||
|
||||
public OpenPgpKeyStore() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@ import org.xmlpull.v1.XmlPullParserException;
|
|||
|
||||
public class OpenPgpMessage {
|
||||
|
||||
enum State {
|
||||
public enum State {
|
||||
signcrypt,
|
||||
sign,
|
||||
crypt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue