| java.lang.Object org.jboss.security.test.TestJCEIntegration
TestJCEIntegration | public class TestJCEIntegration (Code) | | Tests of using the Java Cryptography Extension framework with SRP.
author: Scott.Stark@jboss.org version: $Revision: 57210 $ |
Method Summary | |
void | login(String username, char[] password) | public static void | main(String[] args) | static void | testKey() | void | testSecureExchange() Performs an SRP exchange and then use the resulting session key to
encrypt/decrypt a msg. |
testSecureExchange | void testSecureExchange() throws Exception(Code) | | Performs an SRP exchange and then use the resulting session key to
encrypt/decrypt a msg. Also test that a random key cannot be used to
decrypt the msg.
|
|
|