public class DecryptKeyReply extends Object
| Constructor and Description |
|---|
DecryptKeyReply(Calypso.DecryptKeyReply proto)
Construct from the protobuf representation.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
extractKeyMaterial(Scalar reader)
Recover the key material by decrypting each slice and merging all the slices.
|
public DecryptKeyReply(Calypso.DecryptKeyReply proto)
proto - the input protobufpublic byte[] extractKeyMaterial(Scalar reader) throws CothorityCryptoException
reader - The secret key of the reader.CothorityCryptoException - if something went wrong with decoding the pointCopyright © 2019. All rights reserved.