Searched refs:newKeyInfo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java50 public KeyInfo newKeyInfo(List content) { method in class:DOMKeyInfoFactory
51 return newKeyInfo(content, null);
54 public KeyInfo newKeyInfo(List content, String id) { method in class:DOMKeyInfoFactory
/openjdk7/jdk/test/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java46 KeyInfo ki = fac.newKeyInfo
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfoFactory.java308 public abstract KeyInfo newKeyInfo(List content); method in class:KeyInfoFactory
327 public abstract KeyInfo newKeyInfo(List content, String id); method in class:KeyInfoFactory
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java164 dsa = kifac.newKeyInfo(Collections.singletonList
166 rsa = kifac.newKeyInfo(Collections.singletonList
168 rsa1024 = kifac.newKeyInfo(Collections.singletonList
337 KeyInfo kn = kifac.newKeyInfo(Collections.singletonList
348 KeyInfo rm = kifac.newKeyInfo(Collections.singletonList
365 KeyInfo crt_crl = kifac.newKeyInfo(Collections.singletonList
375 KeyInfo crt = kifac.newKeyInfo(Collections.singletonList
385 KeyInfo is = kifac.newKeyInfo(Collections.singletonList
396 KeyInfo ski = kifac.newKeyInfo(Collections.singletonList
407 KeyInfo sn = kifac.newKeyInfo(Collection
[all...]

Completed in 25 milliseconds