|
Oracle Fusion Middleware CMS Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10667-05 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface CMSOutputConnector
A CMSOutputConnector is used in place of a CMSOutputStream when constructing nested CMS objects.
A CMSOutputConnector should be created for the enclosing object, and passed to a CMSOutputStream or CMSOutputConnector for the enclosed object.
A CMSOutputConnector writes the Content field of the CMS ContentInfo structure to the underlying output stream minus the the explicit [0] tag wrapper.
If you need to write the complete CMS ContentInfo structure to the underlying output stream, use the CMSOutputStream instead.
CMSOutputStream| Method Summary | |
|---|---|
oracle.security.crypto.asn1.ASN1ObjectID |
getExposedContentType()Returns the content type of the data that is output to the underlying output stream. |
java.io.OutputStream |
getOutputStream()Returns the output stream governed by this connector. |
| Method Detail |
|---|
oracle.security.crypto.asn1.ASN1ObjectID getExposedContentType()
java.io.OutputStream getOutputStream()
|
Oracle Fusion Middleware CMS Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10667-05 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||