|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RSAPrivKey | |
---|---|
org.clazzes.optional.sec.rsa |
Uses of RSAPrivKey in org.clazzes.optional.sec.rsa |
---|
Subclasses of RSAPrivKey in org.clazzes.optional.sec.rsa | |
---|---|
class |
RSACrtPrivKey
An RSA private key with a passphrase-encrypted storage possibility. |
Methods in org.clazzes.optional.sec.rsa that return RSAPrivKey | |
---|---|
static RSAPrivKey |
RSAPrivKey.decode(java.io.InputStream is,
byte[] passPhrase)
Write the encrypted private key to an output stream. |
Methods in org.clazzes.optional.sec.rsa with parameters of type RSAPrivKey | |
---|---|
int |
OAEP.decryptRSA(byte[] in,
RSAPrivKey privKey,
byte[] label,
byte[] out,
int outOff)
Decrypt and unpad the given input data using RSA decryption. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |