public interface OobTransactionSigningRequest extends OobIncomingMessage, OobMessageMeta
| Modifier and Type | Method and Description | 
|---|---|
OobTransactionSigningResponse | 
createResponse(OobTransactionSigningResponse.OobTransactionSigningResponseValue response,
              SecureString otp,
              java.util.Map<java.lang.String,java.lang.String> meta)
Create an outgoing response for the current message. 
 | 
java.lang.String | 
getLocale()
Get the locale the message content is for. 
 | 
SecureByteArray | 
getMspFrame()
Gets MSP frame as a secure byte array. 
 | 
SecureString | 
getSubject()
Get message subject 
 | 
createOobError, createOobError, getExpirationDate, getMessageType, isAcknowledgmentRequestedgetMessageId, getMessageMIMEType, getProviderId, wipegetMetajava.lang.String getLocale()
SecureByteArray getMspFrame()
SecureString getSubject()
OobTransactionSigningResponse createResponse(OobTransactionSigningResponse.OobTransactionSigningResponseValue response, SecureString otp, java.util.Map<java.lang.String,java.lang.String> meta) throws OobException
response - The response to provide to the transaction.otp - The OTP to send over to OOB server. Can be null only if user denied the transaction.meta - The metadata for the message. Can be null.OobException