public class OpenSSLPBEInputStream extends CipherInputStream
in
Constructor and Description |
---|
OpenSSLPBEInputStream(InputStream in,
String algorithm,
int iterationCount,
char[] password)
构造
|
available, close, markSupported, read, read, read, skip
mark, reset
public OpenSSLPBEInputStream(InputStream in, String algorithm, int iterationCount, char[] password)
in
- 流algorithm
- 算法iterationCount
- 摘要次数password
- 口令Copyright © 2025. All rights reserved.