Package | Description |
---|---|
org.jivesoftware.smackx.ox |
Smack API for XEP-0373: OpenPGP for XMPP.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpMessage.State |
OpenPgpMessage.getState()
Return the state of the message.
|
static OpenPgpMessage.State |
OpenPgpMessage.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenPgpMessage.State[] |
OpenPgpMessage.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OpenPgpMessage(byte[] bytes,
OpenPgpMessage.State state,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
Constructor.
|
OpenPgpMessage(String content,
OpenPgpMessage.State state,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
Constructor.
|