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