public static class RsaEncryptCipher.EncryptedPart
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
encrypted |
boolean |
isSuccessful |
long |
keyHash |
| Constructor and Description |
|---|
EncryptedPart(long keyHash,
boolean isSuccessful,
byte[] encrypted) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncrypted() |
long |
getKeyHash() |
boolean |
isSuccessful() |