public static class PKCS8Key.DecryptResult extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bytes |
int |
keySize |
String |
transformation |
| Modifier | Constructor and Description |
|---|---|
protected |
DecryptResult(String transformation,
int keySize,
byte[] decryptedBytes) |
public final String transformation
public final int keySize
public final byte[] bytes
protected DecryptResult(String transformation, int keySize, byte[] decryptedBytes)