FileDocCategorySizeDatePackage
KeyFactoryTestRSA.javaAPI DocAndroid 1.5 API1124Wed May 06 22:41:06 BST 2009tests.targets.security

KeyFactoryTestRSA

public class KeyFactoryTestRSA extends KeyFactoryTest

Fields Summary
Constructors Summary
public KeyFactoryTestRSA()

        super("RSA", new CipherAsymmetricCryptHelper("RSA"), RSAPublicKeySpec.class, RSAPrivateKeySpec.class);
    
Methods Summary