API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
org.jcp.xml.dsig.internal.dom.
ApacheOctetStreamData
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
OctetStreamData
ApacheOctetStreamData
Implements
ApacheData
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class ApacheOctetStreamData
See also:
Constructors
public
ApacheOctetStreamData
(
com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput
xi) throws
com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
IOException
Methods
Hide/Show inherited methods
public
String
getMimeType
()
[Inherited From
OctetStreamData
]
Returns the MIME type associated with the data object represented by this
OctetStreamData
.
Returns the MIME type associated with the data object represented by this
OctetStreamData
.
Returns:
the MIME type or
null
if not applicable
public
InputStream
getOctetStream
()
[Inherited From
OctetStreamData
]
Returns the input stream of this
OctetStreamData
.
Returns the input stream of this
OctetStreamData
.
Returns:
the input stream of this
OctetStreamData
.
public
String
getURI
()
[Inherited From
OctetStreamData
]
Returns the URI String identifying the data object represented by this
OctetStreamData
.
Returns the URI String identifying the data object represented by this
OctetStreamData
.
Returns:
the URI String or
null
if not applicable
public
com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput
getXMLSignatureInput
()
[Specified in
ApacheData
]
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar