public interface KeyMaterial
extends org.cryptimeleon.math.hash.UniqueByteRepresentable
KeyEncapsulationMechanism.encaps(EncryptionKey).
Key material is not by itself a good key, but is the result of some
high entropy source (which is not necessarily close to the uniform distribution).
You should apply a key derivation function to a KeyMaterial in order to
receive a proper key (typically close to uniformly distributed bit strings).
| Modifier and Type | Method and Description |
|---|---|
int |
getMinEntropyInBit()
Returns the min entropy, of the key material's source X, i.e.
|