java.lang.Object
org.miaixz.bus.crypto.cipher.BCCipher.BCParameters
- All Implemented Interfaces:
Cipher.Parameters
- Enclosing class:
BCCipher
BouncyCastle库的
CipherParameters封装-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.bouncycastle.crypto.CipherParameters算法的参数 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parameters
protected final org.bouncycastle.crypto.CipherParameters parameters算法的参数
-
-
Constructor Details
-
BCParameters
public BCParameters(org.bouncycastle.crypto.CipherParameters parameters) 构造- Parameters:
parameters-CipherParameters
-