blob: 7a36adf8374dc99029a373c6713013e4d8301460 [file] [log] [blame]
package tests.targets.security;
import dalvik.annotation.TestTargetClass;
@TestTargetClass(targets.Signatures.SHA1withRSA.class)
public class SignatureTestSHA1withRSA extends SignatureTest {
public SignatureTestSHA1withRSA() {
super("SHA1withRSA", "RSA");
}
}