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

/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DKeySelectors.java67 return new SimpleKSResult(key);
128 return new SimpleKSResult
168 return new SimpleKSResult(pk);
312 return new SimpleKSResult(pk);
324 return new SimpleKSResult(cert.getPublicKey());
363 return new SimpleKSResult(result.get(0).getPublicKey());
408 class SimpleKSResult implements KeySelectorResult { class in inherits:KeySelectorResult
411 SimpleKSResult(Key key) { this.key = key; } method in class:SimpleKSResult

Completed in 229 milliseconds