public class OpenSSLPBEInputStream extends CipherInputStream
in| 构造器和说明 |
|---|
OpenSSLPBEInputStream(InputStream in,
String algorithm,
int iterationCount,
char[] password)
构造
|
public OpenSSLPBEInputStream(InputStream in, String algorithm, int iterationCount, char[] password)
in - 流algorithm - 算法iterationCount - 摘要次数password - 口令Copyright © 2023. All rights reserved.