@Immutable public class HkdfStreamingPrf extends Object implements StreamingPrf
| Constructor and Description |
|---|
HkdfStreamingPrf(Enums.HashType hashType,
byte[] ikm,
byte[] salt) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
computePrf(byte[] input)
Returns an
InputStream which is indistinguishable from a stream returning random bytes
in the above sense. |
public HkdfStreamingPrf(Enums.HashType hashType, byte[] ikm, byte[] salt)
public InputStream computePrf(byte[] input)
StreamingPrfInputStream which is indistinguishable from a stream returning random bytes
in the above sense.computePrf in interface StreamingPrf