public class EZDesHex extends java.lang.Object implements CipherProcessor
| コンストラクタと説明 |
|---|
EZDesHex() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
byte[] |
decrypt(byte[] encrypted_text) |
byte[] |
encrypt(byte[] clear_text) |
static void |
main(java.lang.String[] args) |
static EZDesHex |
newInstance() |
protected void |
setKeyBytes(byte[] kb) |
public static EZDesHex newInstance()
protected void setKeyBytes(byte[] kb)
public byte[] encrypt(byte[] clear_text)
encrypt インタフェース内 CipherProcessorpublic byte[] decrypt(byte[] encrypted_text)
decrypt インタフェース内 CipherProcessorpublic static void main(java.lang.String[] args)