final class MuxedPQEngine extends Object
| Constructor and Description |
|---|
MuxedPQEngine(RouterContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
CloveSet |
decrypt(byte[] data,
PrivateKey ecKey,
PrivateKey pqKey,
MuxedPQSKM keyManager)
Decrypt the message with the given private keys
|
public MuxedPQEngine(RouterContext ctx)
public CloveSet decrypt(byte[] data, PrivateKey ecKey, PrivateKey pqKey, MuxedPQSKM keyManager) throws DataFormatException
ecKey - must be EC, non-nullpqKey - must be PQ, non-nullDataFormatException