|
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 | |||||||
java.lang.Object
oracle.security.crypto.cms.CMSCompressedDataInputConnector
public class CMSCompressedDataInputConnector
A CMSCompressedDataInputConnector is used in place of a CMSCompressedDataInputStream when reading nested CMS objects containing compressed-data structures.
A CMSCompressedDataInputConnector is essentially a input stream filter that unwraps the CMS compressed-data structure from the data read in. A CMSCompressedDataInputConnector expects the Content field of the CMS ContentInfo structure i.e. the underlying input stream must be positioned just after the explicit [0] tag wrapper.
CMSInputConnector, CMSCompressedDataInputStream| Constructor Summary | |
|---|---|
CMSCompressedDataInputConnector(CMSInputConnector conn)Creates a CMSCompressedDataInputConnector. |
|
CMSCompressedDataInputConnector(java.io.InputStream in)Creates a CMSCompressedDataInputConnector. |
|
| Method Summary | |
|---|---|
oracle.security.crypto.asn1.ASN1ObjectID |
getEnclosedContentType()Returns the content type of the digested data. |
java.io.InputStream |
getInputStream()Returns the input stream governing this connector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSCompressedDataInputConnector(java.io.InputStream in)
CMSCompressedDataInputConnector.
in - The underlying input stream.public CMSCompressedDataInputConnector(CMSInputConnector conn)
CMSCompressedDataInputConnector.
conn - The underlying input connector.| Method Detail |
|---|
public oracle.security.crypto.asn1.ASN1ObjectID getEnclosedContentType()
throws java.io.IOException
getEnclosedContentType in interface CMSInputConnectorjava.io.IOException - An I/O error occurs or the input encoding is incorrect.public java.io.InputStream getInputStream()
getInputStream in interface CMSInputConnector
|
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 | |||||||