|
|
javax > javax.crypto > javax.crypto.encryptedprivatekeyinfo >
Class: javax.crypto.EncryptedPrivateKeyInfo java.lang.Object javax.crypto.EncryptedPrivateKeyInfo
public class EncryptedPrivateKeyInfo extends Object
FIELDS:
CONSTRUCTORS:
| | | public | EncryptedPrivateKeyInfo(byte[] encoded) |
| | public | EncryptedPrivateKeyInfo(String algName, byte[] encryptedData) |
| | public | EncryptedPrivateKeyInfo(AlgorithmParameters algParams, byte[] encryptedData) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|