|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLeayException | |
com.dstc.security.keymanage | This package defines private key protection classes. |
Uses of SSLeayException in com.dstc.security.keymanage |
Methods in com.dstc.security.keymanage that throw SSLeayException | |
void |
SSLeayEncryptedPrivateKey.encrypt(char[] pass)
Encrypts the SSLeayEncryptedPrivateKey object using
the given password. |
byte[] |
SSLeayEncryptedPrivateKey.getEncoded()
Returns the Base64-encoding of the SSLeayEncryptedPrivateKey
. |
PrivateKey |
SSLeayEncryptedPrivateKey.getPrivateKey()
Returns the PrivateKey associated with this object. |
void |
SSLeayEncryptedPrivateKey.decrypt(char[] pass)
Decrypts the SSLeayEncryptedPrivateKey object using
the given password. |
Constructors in com.dstc.security.keymanage that throw SSLeayException | |
SSLeayEncryptedPrivateKey.SSLeayEncryptedPrivateKey(byte[] encoding)
Construct an SSLeayEncryptedPrivateKey object from
a byte array containing the (base-64 encoded) encrypted private key. |
|
SSLeayEncryptedPrivateKey.SSLeayEncryptedPrivateKey(InputStream is)
Construct an SSLeayEncryptedPrivateKey object from
an InputStream containing the (base-64 encoded)
encrypted private key. |
|
SSLeayEncryptedPrivateKey.SSLeayEncryptedPrivateKey(SecureRandom rand,
PrivateKey priv)
Construct an SSLeayEncryptedPrivateKey object from
a PrivateKey |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |