@Immutable public abstract class HybridPublicKey extends Key
| Constructor and Description |
|---|
HybridPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract Bytes |
getOutputPrefix()
Returns a
Bytes instance, which is prefixed to every ciphertext. |
abstract HybridParameters |
getParameters()
Returns a
Parameters object containing all the information about the key which is not
randomly chosen. |
equalsKey, getIdRequirementOrNullpublic abstract Bytes getOutputPrefix()
Bytes instance, which is prefixed to every ciphertext.public abstract HybridParameters getParameters()
KeyParameters object containing all the information about the key which is not
randomly chosen.
Implementations need to ensure that getParameters().hasIdRequirement() returns true
if and only if getIdRequirementOrNull is non-null.
getParameters in class Key