public interface Combining
Algorithm that is able to combine two inputs into one.
Typical usage is for combining an input text and salt before it is processed by hashing algorithm. Also it is used for combining initialization vector and cipher text during encryption.
ConcatAlgorithm| Modifier and Type | Method and Description |
|---|---|
byte[] |
combine(byte[] input1,
byte[] input2)
Combines together two byte arrays.
|
Copyright © 2019. All rights reserved.