Uses of Enum
org.jivesoftware.smackx.ox.OpenPgpMessage.State
Packages that use OpenPgpMessage.State
-
Uses of OpenPgpMessage.State in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that return OpenPgpMessage.StateModifier and TypeMethodDescriptionOpenPgpMessage.getState()
Return the state of the message.static OpenPgpMessage.State
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.StateModifierConstructorDescriptionOpenPgpMessage
(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.