Module bus.crypto

Class BCCipher.BCParameters

java.lang.Object
org.miaixz.bus.crypto.cipher.BCCipher.BCParameters
All Implemented Interfaces:
Cipher.Parameters
Enclosing class:
BCCipher

public static class BCCipher.BCParameters extends Object implements Cipher.Parameters
BouncyCastle库的CipherParameters封装
  • Field Details

    • parameters

      protected final org.bouncycastle.crypto.CipherParameters parameters
      算法的参数
  • Constructor Details

    • BCParameters

      public BCParameters(org.bouncycastle.crypto.CipherParameters parameters)
      构造
      Parameters:
      parameters - CipherParameters