net.rim.device.api.crypto.cms
Interface CMSContentTypes
public interface CMSContentTypes
The content types that the RIM version of CMS supports. They are used in the CMSxxxOutputStreams.
- See Also:
CMSCompressedDataOutputStream,
CMSEnvelopedDataOutputStream,
CMSSignedDataOutputStream,
CMSSignedReceiptOutputStream,
CMSDataOutputStream,
CMSOutputStream,
EMSAcceptResponseOutputStream- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
|
Field Summary |
|
static int |
COMPRESSED_DATA
Specifies a CMS content type of compressed data. |
|
static int |
DATA
Specifies a CMS content type of data. |
|
static int |
EMS_ACCEPT_REQUEST_RESPONSE
Specifies a CMS content type of EMS accept request or response, for use in EMS. |
|
static int |
ENVELOPED_DATA
Specifies a CMS content type of enveloped data. |
|
static int |
SIGNED_DATA
Specifies a CMS content type of signed data. |
|
static int |
SIGNED_RECEIPT
Specifies a CMS content type of signed receipt. |
DATA
static final int DATA
- Specifies a CMS content type of data.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
SIGNED_DATA
static final int SIGNED_DATA
- Specifies a CMS content type of signed data.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
ENVELOPED_DATA
static final int ENVELOPED_DATA
- Specifies a CMS content type of enveloped data.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
COMPRESSED_DATA
static final int COMPRESSED_DATA
- Specifies a CMS content type of compressed data.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
SIGNED_RECEIPT
static final int SIGNED_RECEIPT
- Specifies a CMS content type of signed receipt.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
EMS_ACCEPT_REQUEST_RESPONSE
static final int EMS_ACCEPT_REQUEST_RESPONSE
- Specifies a CMS content type of EMS accept request or response, for use in EMS.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
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