Package org.miaixz.bus.crypto.cipher
Class BCCipher.BCParameters
java.lang.Object
org.miaixz.bus.crypto.cipher.BCCipher.BCParameters
- All Implemented Interfaces:
Cipher.Parameters
- Enclosing class:
BCCipher
BouncyCastle库的
CipherParameters封装-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BCParameters
public BCParameters(org.bouncycastle.crypto.CipherParameters parameters) 构造- Parameters:
parameters-CipherParameters
-