net.y3n20u.aeszip
クラス AesCtrBlockCipherOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
net.y3n20u.aeszip.AesCtrBlockCipherOutputStream
- すべての実装されたインタフェース:
- Closeable, Flushable
public class AesCtrBlockCipherOutputStream
- extends FilterOutputStream
メソッドの概要 |
void |
flush()
|
void |
init(byte[] keyBytes)
|
void |
write(byte[] b,
int off,
int len)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CIPHER_MODE_AES_CTR
public static final String CIPHER_MODE_AES_CTR
- name of algorithm used for encryption
- 関連項目:
- 定数フィールド値
KEY_ALGORITHM
public static final String KEY_ALGORITHM
- name of algorithm used for key construction
- 関連項目:
- 定数フィールド値
INITIAL_IV
public static final byte[] INITIAL_IV
AesCtrBlockCipherOutputStream
public AesCtrBlockCipherOutputStream(OutputStream out)
init
public void init(byte[] keyBytes)
write
public void write(byte[] b,
int off,
int len)
throws IOException
- オーバーライド:
- クラス
FilterOutputStream
内の write
- 例外:
IOException
flush
public void flush()
throws IOException
- 定義:
- インタフェース
Flushable
内の flush
- オーバーライド:
- クラス
FilterOutputStream
内の flush
- 例外:
IOException