|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.crypto.cms.CMSReceiptRequest
public final class CMSReceiptRequest
A CMSReceiptRequest allows the user to create a signed receipt request and add it to a CMSSignedDataOuptutStream.
| Constructor Summary | ||
|---|---|---|
|
CMSReceiptRequest(String[] receiptsTo,
String[] receiptsFrom)
Creates a CMSReceiptRequest object. |
|
| Method Summary | ||
|---|---|---|
|
String[] |
getReceiptsFrom()
Returns an array of who should send signed receipts. |
|
String[] |
getReceiptsTo()
Returns an array of who will receive the signed receipts. |
|
byte[] |
getSignedContentIdentifier()
Returns the signed content identifier used to identify this receipt request. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSReceiptRequest(String[] receiptsTo,
String[] receiptsFrom)
receiptsTo - An array of Strings representing who ( probably as an email address or something similar )
the signed receipts will be sent to.receiptsFrom - An array of Strings representing who should send out signed receipts. If this is null, then
it is assumed that everyone who receives the receipt request will send a signed receipt in response.| Method Detail |
|---|
public byte[] getSignedContentIdentifier()
public String[] getReceiptsTo()
public String[] getReceiptsFrom()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal