Class CipherTypes.AesCbcCipher

java.lang.Object
org.symbol.sdk.CipherTypes.AesCbcCipher
All Implemented Interfaces:

CipherTypes.SymmetricCipher

Enclosing class:

CipherTypes


public static final class CipherTypes.AesCbcCipher extends Object implements CipherTypes.SymmetricCipher
AesCbcCipher

Performs AES CBC encryption and decryption with a given key.

  • Constructor Details

    • AesCbcCipher

      public AesCbcCipher(CryptoTypes.SharedKey256 aesKey)
      Creates a cipher around an AES shared key.
      Parameters:

      aesKey - AES shared key.

  • Method Details