public class OpenSSLPBEOutputStream extends CipherOutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
protected static int |
WRITE_BLOCK_SIZE |
out| 构造器和说明 |
|---|
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 © 2023. All rights reserved.