org.apache.commons.ssl
Class PKCS8Key.DecryptResult
java.lang.Object
org.apache.commons.ssl.PKCS8Key.DecryptResult
- Enclosing class:
- PKCS8Key
public static class PKCS8Key.DecryptResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transformation
public final String transformation
keySize
public final int keySize
bytes
public final byte[] bytes
PKCS8Key.DecryptResult
protected PKCS8Key.DecryptResult(String transformation,
int keySize,
byte[] decryptedBytes)