|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxecure.crypto.EnvelopeFile
ÀÌ Å¬·¡½º´Â ÈÀÏÀ» Envelope/DeEnvelope ÇÑ´Ù.
Constructor Summary | |
EnvelopeFile(XecureConfig config)
EnvelopeData object ¸¦ »ý¼ºÇÑ´Ù. |
Method Summary | |
int |
deEnvelopeFile(java.lang.String filePathIn,
java.lang.String filePathOut)
Enveloped FileÀ» DeEnvelopeÇÑ´Ù. |
int |
envelopeFile(byte[] cert,
byte[] filePathIn,
java.io.OutputStream out,
boolean is_cms)
FileÀ» EnvelopeÇÏ¿© ½ºÆ®¸²À¸·Î Ãâ·ÂÇÑ´Ù. |
int |
envelopeFile(java.lang.String cert,
java.lang.String filePathIn,
java.lang.String filePathOut)
Enveloped FileÀ» »ý¼ºÇÑ´Ù. |
int |
envelopeFileCMS(java.lang.String cert,
java.lang.String filePathIn,
java.lang.String filePathOut)
Enveloped FileÀ» »ý¼ºÇÑ´Ù. |
int |
getLastError()
Envelope/DeEnvelope½Ã ¿¡·¯°¡ ¹ß»ýÇÑ °æ¿ì ¿¡·¯ ¹øÈ£¸¦ ¾òÀ» ¼ö ÀÖ´Ù. |
java.lang.String |
getLastErrorMsg()
Envelope/DeEnvelope½Ã ¿¡·¯°¡ ¹ß»ýÇÑ °æ¿ì ¿¡·¯ ¸Þ½ÃÁö¸¦ ¾òÀ» ¼ö ÀÖ´Ù. |
int |
keKeyDeEnvelopeFile(byte[] keKey,
java.lang.String filePathIn,
java.lang.String filePathOut)
Enveloped FileÀ» DeEnvelopeÇÑ´Ù. |
int |
keKeyEnvelopeFile_CMS(byte[] keKey,
java.lang.String filePathIn,
java.lang.String filePathOut)
Enveloped FileÀ» »ý¼ºÇÑ´Ù. |
int |
keKeyEnvelopeFile(byte[] keKey,
java.lang.String filePathIn,
java.lang.String filePathOut)
Enveloped FileÀ» »ý¼ºÇÑ´Ù. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnvelopeFile(XecureConfig config)
config
- XecureConfig objectMethod Detail |
public int getLastError()
public java.lang.String getLastErrorMsg()
public int envelopeFile(java.lang.String cert, java.lang.String filePathIn, java.lang.String filePathOut)
cert
- EnvelopeÇϴµ¥ »ç¿ëµÉ ÀÎÁõ¼..filePathIn
- EnvelopeÇϰíÀÚÇÏ´Â ÈÀÏ.filePathOut
- »ý¼ºµÉ EnvelopeµÈ °á°ú ÈÀÏ.public int envelopeFileCMS(java.lang.String cert, java.lang.String filePathIn, java.lang.String filePathOut)
cert
- EnvelopeÇϴµ¥ »ç¿ëµÉ ÀÎÁõ¼..filePathIn
- EnvelopeÇϰíÀÚÇÏ´Â ÈÀÏ.filePathOut
- »ý¼ºµÉ EnvelopeµÈ °á°ú ÈÀÏ.public int envelopeFile(byte[] cert, byte[] filePathIn, java.io.OutputStream out, boolean is_cms)
cert
- EnvelopeÇϴµ¥ »ç¿ëµÉ ÀÎÁõ¼..filePathIn
- EnvelopeÇϰíÀÚÇÏ´Â ÈÀÏ.out
- EnvelopeµÈ °á°ú°¡ Ãâ·ÂµÉ ½ºÆ®¸².is_cms
- CMSÇü½Ä »ç¿ë ¿©ºÎpublic int deEnvelopeFile(java.lang.String filePathIn, java.lang.String filePathOut)
filePathIn
- DeEnvelopeÇϰíÀÚÇÏ´Â ÈÀÏ.filePathOut
- »ý¼ºµÉ DeEnvelopeµÈ °á°ú ÈÀÏ.public int keKeyEnvelopeFile(byte[] keKey, java.lang.String filePathIn, java.lang.String filePathOut)
keKey
- EnvelopeÇϴµ¥ »ç¿ëµÉ Symmetric Key-Encryption Key.filePathIn
- EnvelopeÇϰíÀÚÇÏ´Â ÈÀÏ.filePathOut
- »ý¼ºµÉ EnvelopeµÈ °á°ú ÈÀÏ.public int keKeyEnvelopeFile_CMS(byte[] keKey, java.lang.String filePathIn, java.lang.String filePathOut)
keKey
- EnvelopeÇϴµ¥ »ç¿ëµÉ Symmetric Key-Encryption Key.filePathIn
- EnvelopeÇϰíÀÚÇÏ´Â ÈÀÏ.filePathOut
- »ý¼ºµÉ EnvelopeµÈ °á°ú ÈÀÏ.public int keKeyDeEnvelopeFile(byte[] keKey, java.lang.String filePathIn, java.lang.String filePathOut)
keKey
- DeEnvelopeÇϴµ¥ »ç¿ëµÉ Symmetric Key-Encryption Key.filePathIn
- DeEnvelopeÇϰíÀÚÇÏ´Â ÈÀÏ.filePathOut
- »ý¼ºµÉ DeEnvelopeµÈ °á°ú ÈÀÏ.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |