public class PKCS5KeyFile extends BaseFileKeyProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
PKCS5KeyFile.DecryptException
Indicates a problem decrypting the data
|
static class |
PKCS5KeyFile.Factory |
static class |
PKCS5KeyFile.FormatException
Indicates a format issue with PKCS5 data
|
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
kp, pwdf, resource, type| Constructor and Description |
|---|
PKCS5KeyFile() |
| Modifier and Type | Method and Description |
|---|---|
protected java.security.KeyPair |
readKeyPair() |
java.lang.String |
toString() |
getPrivate, getPublic, getType, init, init, init, init, init, initprotected java.security.KeyPair readKeyPair()
throws java.io.IOException
readKeyPair in class BaseFileKeyProviderjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object