CTRStreamCipher constructor

CTRStreamCipher(
  1. BlockCipher underlyingCipher
)

Implementation

CTRStreamCipher(super.underlyingCipher);