Uses of Class
org.jivesoftware.smackx.ox.OpenPgpMessage.State
-
Packages that use OpenPgpMessage.State Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP. -
-
Uses of OpenPgpMessage.State in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that return OpenPgpMessage.State Modifier and Type Method Description OpenPgpMessage.State
OpenPgpMessage. getState()
Return the state of the message.static OpenPgpMessage.State
OpenPgpMessage.State. valueOf(java.lang.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.Constructors in org.jivesoftware.smackx.ox with parameters of type OpenPgpMessage.State Constructor Description OpenPgpMessage(byte[] bytes, OpenPgpMessage.State state, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
Constructor.OpenPgpMessage(java.lang.String content, OpenPgpMessage.State state, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
Constructor.
-