public class OpenSSLPBEOutputStream extends CipherOutputStream
Modifier and Type | Field and Description |
---|---|
protected static int |
WRITE_BLOCK_SIZE |
out
Constructor and Description |
---|
OpenSSLPBEOutputStream(OutputStream out,
String algorithm,
int iterationCount,
char[] password)
构造
|
protected static final int WRITE_BLOCK_SIZE
public OpenSSLPBEOutputStream(OutputStream out, String algorithm, int iterationCount, char[] password)
out
- 流algorithm
- 算法iterationCount
- 摘要次数password
- 口令Copyright © 2025. All rights reserved.