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