public static class OneTimePadEncryptor.Result extends Object
| Constructor and Description |
|---|
Result(byte[] randomKey,
byte[] encryptedMessage) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptedMessage() |
byte[] |
getRandomKey() |
public Result(byte[] randomKey, byte[] encryptedMessage)
public byte[] getRandomKey()
public byte[] getEncryptedMessage()
Copyright © 2013–2017. All rights reserved.