| 
 | Oracle Fusion Middleware PKI SDK TSP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10677-05 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.security.crypto.tsp.TSPMessage
oracle.security.crypto.tsp.TSPMessage
public abstract class TSPMessage
A TSP message.
| Constructor Summary | |
|---|---|
| TSPMessage() | |
| Method Summary | |
|---|---|
| protected abstract  byte[] | getEncoded() | 
| abstract  MessageImprint | getMessageImprint()Returns the MessageImprint object associated with this message. | 
|  void | input(java.io.InputStream is)Initializes this object by reading in a DER-encoded TSAPolicyID object from the given input stream. | 
|  int | length()Returns the length of the DER encoding of this object in bytes. | 
|  void | output(java.io.OutputStream os)Writes the DER encoding of this object to the given output stream. | 
| protected abstract  void | parseMessage(byte[] data) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TSPMessage()
| Method Detail | 
|---|
public void input(java.io.InputStream is)
           throws java.io.IOException
input in interface oracle.security.crypto.util.Streamableis -java.io.IOException - If an I/O error occurs.
public void output(java.io.OutputStream os)
            throws java.io.IOException
output in interface oracle.security.crypto.util.Streamableos - The output stream.java.io.IOException - If an I/O error occurs.public int length()
length in interface oracle.security.crypto.util.Streamablepublic abstract MessageImprint getMessageImprint()
protected abstract void parseMessage(byte[] data)
                              throws java.io.IOException
java.io.IOException
protected abstract byte[] getEncoded()
                              throws java.io.IOException
java.io.IOException| 
 | Oracle Fusion Middleware PKI SDK TSP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10677-05 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||