Searched defs:kifac (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java80 private static KeyInfoFactory kifac; field in class:GenerationTests
142 kifac = fac.getKeyInfoFactory();
164 dsa = kifac.newKeyInfo(Collections.singletonList
165 (kifac.newKeyValue(validatingKey)));
166 rsa = kifac.newKeyInfo(Collections.singletonList
167 (kifac.newKeyValue(getPublicKey("RSA"))));
168 rsa1024 = kifac.newKeyInfo(Collections.singletonList
169 (kifac.newKeyValue(getPublicKey("RSA", 1024))));
337 KeyInfo kn = kifac.newKeyInfo(Collections.singletonList
338 (kifac
[all...]

Completed in 818 milliseconds