|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.signature.reference.ReferenceOctetStreamData
public class ReferenceOctetStreamData
A representation of a ReferenceData
type containing an OctetStream.
Constructor Summary | |
---|---|
ReferenceOctetStreamData(InputStream octetStream)
Creates a new ReferenceOctetStreamData . |
|
ReferenceOctetStreamData(InputStream octetStream,
String uri,
String mimeType)
Creates a new ReferenceOctetStreamData . |
Method Summary | |
---|---|
String |
getMimeType()
Returns the MIME type associated with the data object represented by this ReferenceOctetStreamData . |
InputStream |
getOctetStream()
Returns the input stream of this ReferenceOctetStreamData . |
String |
getURI()
Returns the URI String identifying the data object represented by this ReferenceOctetStreamData . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceOctetStreamData(InputStream octetStream)
ReferenceOctetStreamData
.
octetStream
- the input stream containing the octets
NullPointerException
- if octetStream
is
null
public ReferenceOctetStreamData(InputStream octetStream, String uri, String mimeType)
ReferenceOctetStreamData
.
octetStream
- the input stream containing the octetsuri
- the URI String identifying the data object (may be
null
)mimeType
- the MIME type associated with the data object (may be
null
)
NullPointerException
- if octetStream
is
null
Method Detail |
---|
public InputStream getOctetStream()
ReferenceOctetStreamData
.
ReferenceOctetStreamData
.public String getURI()
ReferenceOctetStreamData
.
null
if not applicablepublic String getMimeType()
ReferenceOctetStreamData
.
null
if not applicable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |