public interface OobUserMessageAttachment
Locale of the content is defined by the message container.
| Modifier and Type | Method and Description | 
|---|---|
SecureByteArray | 
getContent()
Get the content. 
 | 
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. 
 | 
java.util.Map<java.lang.String,java.lang.String> | 
getMeta()
Get the meta-data. 
 | 
SecureString | 
getSubject()
Get the subject. 
 | 
void | 
wipe()
Wipes out the sensitive data from memory (currently only the  
SecureString
 content). | 
SecureString getSubject()
java.lang.String getContentType()
SecureByteArray getContent()
SecureString getContentStr()
SecureString getContentStr(java.lang.String charsetName)
charsetName - The character encoding.java.util.Map<java.lang.String,java.lang.String> getMeta()
void wipe()
SecureString
 content).