|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.ssl.PKCS8Key.DecryptResult
public static class PKCS8Key.DecryptResult
| Field Summary | |
|---|---|
byte[] |
bytes
|
int |
keySize
|
java.lang.String |
transformation
|
| Constructor Summary | |
|---|---|
protected |
PKCS8Key.DecryptResult(java.lang.String transformation,
int keySize,
byte[] decryptedBytes)
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String transformation
public final int keySize
public final byte[] bytes
| Constructor Detail |
|---|
protected PKCS8Key.DecryptResult(java.lang.String transformation,
int keySize,
byte[] decryptedBytes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||