|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--javax.servlet.ServletOutputStream | +--xecure.servlet.XecureOutputStream
XecureOutputStream Ŭ·¡½º´Â XecureWeb À» Àû¿ëÇÑ ¼ºí¸´, JSP ¿¡¼ »ç¿ëµÇ´Â OutputStream ÀÌ´Ù. ÀÌ OutputStream À» ÅëÇØ Response µÇ´Â µ¥ÀÌŸ¸¦ ¾ÏÈ£È ÇÑ´Ù.
Constructor Summary | |
XecureOutputStream(XecureSession xecureSession,
javax.servlet.ServletOutputStream out,
int buffer_size)
XecureOutputStream constructor |
|
XecureOutputStream(XecureSession xecureSession,
javax.servlet.ServletOutputStream out,
int buffer_size,
java.lang.String encodingCharSet)
XecureOutputStream constructor |
Method Summary | |
void |
close()
servlet¹öÀü¿¡¼´Â Ç×»ó ³¡¿¡¼ ºÒ·¶´Ù. |
void |
cs_print(java.lang.String plain)
|
java.lang.String |
csEncrypt(java.lang.String plain)
|
void |
flush()
±âº»ÀûÀ¸·Î ÆÄÀÏÀÇ ³¡¿¡¼ ºÒ·ÁÁø´Ù. |
void |
print(boolean b)
Print a boolean. |
void |
print(char c)
Print a char. |
void |
print(double d)
Print a double. |
void |
print(float f)
Print a float. |
void |
print(int i)
Print an integer. |
void |
print(long l)
Print a long integer. |
void |
print(java.lang.String s)
Print string. |
void |
println()
Print linefeed. |
void |
println(boolean x)
Print a boolean value following linefeed. |
void |
println(char x)
Print a char following linefeed. |
void |
println(double x)
Print a double following linefeed. |
void |
println(float x)
Print a float following linefeed. |
void |
println(int x)
Print an integer following linefeed. |
void |
println(long x)
Print a long following linefeed. |
void |
println(java.lang.String x)
Print a string following linefeed. |
java.lang.String |
rawEncrypt(java.lang.String plain)
|
void |
write(byte[] buf)
Print byte buffer. |
void |
write(byte[] buf,
int off,
int len)
±âº» Ãâ·ÂÇÔ¼ö |
void |
write(int c)
Write a single character. |
java.lang.String |
xmlEncryptTr(java.lang.String plain)
XMLÀ» ÇöÀç ¾ÏÈ£ ¼¼¼ÇÀÇ ¼¼¼ÇŰ·Î ¾ÏÈ£È ÇÑ´Ù. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XecureOutputStream(XecureSession xecureSession, javax.servlet.ServletOutputStream out, int buffer_size)
xecureSession
- ¾ÏÈ£ ¼¼¼Ç Á¤º¸out
- ¼ºí¸´ ¿£Áø µðÆúÆ® PrintWriterbuffer_size
- ¾ÏÈ£ÈÇÒ µ¥ÀÌŸ¸¦ ÀúÀåÇÏ´Â ¹öÆÛ Å©±âpublic XecureOutputStream(XecureSession xecureSession, javax.servlet.ServletOutputStream out, int buffer_size, java.lang.String encodingCharSet)
xecureSession
- ¾ÏÈ£ ¼¼¼Ç Á¤º¸out
- ¼ºí¸´ ¿£Áø µðÆúÆ® PrintWriterbuffer_size
- ¾ÏÈ£ÈÇÒ µ¥ÀÌŸ¸¦ ÀúÀåÇÏ´Â ¹öÆÛ Å©±âencodingCharSet
- Ŭ¶óÀÌ¾ðÆ®¿¡¼ º¹È£ÈµÇ¾î º¸¿©Áö´Â ¸Þ¼¼ÁöÀÇ ¹®ÀÚ¼ÂMethod Detail |
public void close() throws java.io.IOException
public void flush() throws java.io.IOException
public void write(byte[] buf, int off, int len) throws java.io.IOException
buf
- character buffer arrayoff
- offsetlen
- Ãâ·ÂÇÒ µ¥ÀÌŸ ±æÀÌpublic void write(int c) throws java.io.IOException
public void write(byte[] buf) throws java.io.IOException
public void print(boolean b) throws java.io.IOException
public void print(char c) throws java.io.IOException
public void print(int i) throws java.io.IOException
public void print(long l) throws java.io.IOException
public void print(float f) throws java.io.IOException
public void print(double d) throws java.io.IOException
public void println() throws java.io.IOException
public void println(boolean x) throws java.io.IOException
public void println(char x) throws java.io.IOException
public void println(int x) throws java.io.IOException
public void println(long x) throws java.io.IOException
public void println(float x) throws java.io.IOException
public void println(double x) throws java.io.IOException
public void println(java.lang.String x) throws java.io.IOException
public void print(java.lang.String s) throws java.io.IOException
public java.lang.String rawEncrypt(java.lang.String plain)
public java.lang.String xmlEncryptTr(java.lang.String plain)
plain
- String Æò¹®public java.lang.String csEncrypt(java.lang.String plain)
public void cs_print(java.lang.String plain) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |