Transform input bytes using provided encryption key.
Method Detail
decrypt
byte[] decrypt(byte[] input,
int inputOffset,
Key key)
Transform input bytes using provided encryption key. Note that some
implementations may ignore the provided key and e.g. derive the key from
the record.