Example usage for Java javax.xml.crypto OctetStreamData fields, constructors, methods, implement or subclass
The text is from its open source code.
OctetStreamData(InputStream octetStream, String uri, String mimeType) Creates a new OctetStreamData . | |
OctetStreamData(InputStream octetStream) Creates a new OctetStreamData . |
InputStream | getOctetStream() Returns the input stream of this OctetStreamData . |
String | getURI() Returns the URI String identifying the data object represented by this OctetStreamData . |