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

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/spec/
H A DExcC14NParameterSpec.java26 * $Id: ExcC14NParameterSpec.java,v 1.7 2005/05/13 18:45:42 mullan Exp $
60 public final class ExcC14NParameterSpec implements C14NMethodParameterSpec { class in inherits:C14NMethodParameterSpec
70 * Creates a <code>ExcC14NParameterSpec</code> with an empty prefix
73 public ExcC14NParameterSpec() { method in class:ExcC14NParameterSpec
78 * Creates a <code>ExcC14NParameterSpec</code> with the specified list
89 public ExcC14NParameterSpec(List prefixList) { method in class:ExcC14NParameterSpec

Completed in 36 milliseconds