Home
last modified time | relevance | path

Searched defs:aps (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/tests/security/spec/
DPSSParameterSpecTest.java43 AlgorithmParameterSpec aps = new PSSParameterSpec(20); in testPSSParameterSpec0101() local
70 AlgorithmParameterSpec aps = new PSSParameterSpec("SHA-1", "MGF1", in testPSSParameterSpec0201() local
DMGF1ParameterSpecTest.java78 MGF1ParameterSpec aps = new MGF1ParameterSpec(testAlgName); in testGetDigestAlgorithm() local
DRSAKeyGenParameterSpecTest.java43 AlgorithmParameterSpec aps = in testRSAKeyGenParameterSpec() local
DDSAParameterSpecTest.java41 AlgorithmParameterSpec aps = new DSAParameterSpec( in testDSAParameterSpec() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java353 AlgorithmParameterSpec aps = null; in testKeyPairGenerator11() local
388 AlgorithmParameterSpec aps; in testKeyPairGenerator12() local
DAlgorithmParameterGenerator1Test.java333 AlgorithmParameterSpec aps = null; in testAlgorithmParameterGenerator12() local
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyGeneratorSpiTest.java82 AlgorithmParameterSpec aps = null; in testKeyGeneratorSpi01() local
DKeyGeneratorTest.java387 AlgorithmParameterSpec aps = null; in testInitParams() local
505 IvParameterSpec aps = null; in test_initLjava_security_spec_AlgorithmParameterSpec() local
DKeyAgreementTest.java398 AlgorithmParameterSpec aps = null; in testInit01() local
536 AlgorithmParameterSpec aps = new RSAKeyGenParameterSpec(10, new BigInteger("10")); in testInit04() local