|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RSAUtilException | |
|---|---|
| org.mobicents.slee.resource.parlay.fw.access | |
| org.mobicents.slee.resource.parlay.util.crypto | |
| Uses of RSAUtilException in org.mobicents.slee.resource.parlay.fw.access |
|---|
| Methods in org.mobicents.slee.resource.parlay.fw.access that throw RSAUtilException | |
|---|---|
protected java.security.interfaces.RSAPublicKey |
AuthenticationHandlerImpl.getAppRSAPublicKey(java.lang.String encryptionMethod)
Returns a RSA public key for the appropriate encryption method from the application vault. |
| Uses of RSAUtilException in org.mobicents.slee.resource.parlay.util.crypto |
|---|
| Methods in org.mobicents.slee.resource.parlay.util.crypto that throw RSAUtilException | |
|---|---|
static byte[] |
RSAUtil.decryptMessage(byte[] message,
java.security.PrivateKey privateKey,
java.lang.String cipherAlgorithm)
Decrypts a message using the private key. |
static byte[] |
RSAUtil.encryptMessage(byte[] message,
java.security.interfaces.RSAPublicKey publicKey,
java.lang.String cipherAlgorithm)
Encrypts a message using the private key. |
static java.security.KeyPair |
RSAUtil.generateRSAKeyPair(int keySize)
Generates an RSA key pair |
static java.security.PrivateKey |
RSAUtil.getPrivateKey(java.lang.String clientID)
|
static java.security.interfaces.RSAPublicKey |
RSAUtil.getPublicKey(java.lang.String file,
java.lang.String clientID)
|
static void |
RSAUtil.loadKeyStore(java.lang.String vault,
java.lang.String file)
loads a keyStore from a .jks file or creates a new one. |
static void |
RSAUtil.saveKeyStore(java.lang.String vault)
Saves the keyStore to a password protected file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||