public interface OobGenericOutgoingMessage extends OobOutgoingMessage
| Modifier and Type | Method and Description | 
|---|---|
SecureByteArray | 
getContent()
Get the content of the generic message. 
 | 
SecureString | 
getContentStr()
Get message content in form of secure string. 
 | 
SecureString | 
getContentStr(java.lang.String charsetName)
Get message content in form of secure string in specific encoding format. 
 | 
java.lang.String | 
getContentType()
Get the content type of the generic message. 
 | 
getMessageType, setMessageIdgetMessageId, getMessageMIMEType, getProviderId, wipejava.lang.String getContentType()
SecureByteArray getContent()
SecureString getContentStr()
SecureString getContentStr(java.lang.String charsetName)
charsetName - The character encoding.