public static class StreamingHybridEncryptionScheme.HybridCipherText extends java.lang.Object implements CipherText
| Constructor and Description |
|---|
HybridCipherText(CipherText ciphertext,
CipherText encapsulatedKey) |
HybridCipherText(org.cryptimeleon.math.serialization.Representation repr,
StreamingEncryptionScheme scheme,
KeyEncapsulationMechanism<SymmetricKey> kem) |
| Modifier and Type | Method and Description |
|---|---|
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
public HybridCipherText(CipherText ciphertext, CipherText encapsulatedKey)
public HybridCipherText(org.cryptimeleon.math.serialization.Representation repr,
StreamingEncryptionScheme scheme,
KeyEncapsulationMechanism<SymmetricKey> kem)