ECBBlockCipher constructor

ECBBlockCipher(
  1. BlockCipher _underlyingCipher
)

Implementation

ECBBlockCipher(this._underlyingCipher);