Uses of Enum
org.jivesoftware.smackx.ox.OpenPgpMessage.State
-
Uses of OpenPgpMessage.State in org.jivesoftware.smackx.ox
Modifier 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.ModifierConstructorDescriptionOpenPgpMessage
(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.