Searched refs:SignatureProperty (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DSignatureProperty.java26 * $Id: SignatureProperty.java,v 1.4 2005/05/10 16:03:46 mullan Exp $
34 * A representation of the XML <code>SignatureProperty</code> element as
39 *&lt;element name="SignatureProperty" type="ds:SignaturePropertyType"/&gt;
50 * A <code>SignatureProperty</code> instance may be created by invoking the
56 * SignatureProperty property = factory.newSignatureProperty
66 public interface SignatureProperty extends XMLStructure { interface in inherits:XMLStructure
69 * Returns the target URI of this <code>SignatureProperty</code>.
71 * @return the target URI of this <code>SignatureProperty</code> (never
77 * Returns the Id of this <code>SignatureProperty</code>.
79 * @return the Id of this <code>SignatureProperty</cod
[all...]
H A DXMLSignatureFactory.java562 * Creates a <code>SignatureProperty</code> containing the specified
570 * @return a <code>SignatureProperty</code>
577 public abstract SignatureProperty newSignatureProperty
582 * list of {@link SignatureProperty}s and optional id.
584 * @param properties a list of one or more <code>SignatureProperty</code>s.
593 * entries that are not of type {@link SignatureProperty}
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignatureProperty.java32 * Handles <code>&lt;ds:SignatureProperty&gt;</code> elements
38 public class SignatureProperty extends SignatureElementProxy { class in inherits:SignatureElementProxy
41 * Constructs{@link SignatureProperty} using specified <code>Target</code> attribute
44 * @param Target the <code>Target</code> attribute references the <code>Signature</code> element to which the property applies SignatureProperty
46 public SignatureProperty(Document doc, String Target) { method in class:SignatureProperty
51 * Constructs {@link SignatureProperty} using sepcified <code>Target</code> attribute and <code>Id</code> attribute
57 public SignatureProperty(Document doc, String Target, String Id) { method in class:SignatureProperty
66 * Constructs a {@link SignatureProperty} from an {@link Element}
67 * @param element <code>SignatureProperty</code> element
71 public SignatureProperty(Elemen method in class:SignatureProperty
[all...]
H A DSignatureProperties.java35 * This Element holds {@link SignatureProperty} that contian additional information items
83 * Return the nonnegative number of added SignatureProperty elements.
85 * @return the number of SignatureProperty elements
98 * Return the <it>i</it><sup>th</sup> SignatureProperty. Valid <code>i</code>
101 * @param i Index of the requested {@link SignatureProperty}
102 * @return the <it>i</it><sup>th</sup> SignatureProperty
105 public SignatureProperty item(int i) throws XMLSignatureException {
115 return new SignatureProperty(propertyElem, this._baseURI);
147 public void addSignatureProperty(SignatureProperty sp) {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureProperty.java41 * DOM-based implementation of SignatureProperty.
46 implements SignatureProperty {
53 * Creates a <code>SignatureProperty</code> from the specified parameters.
59 * @return a <code>SignatureProperty</code>
90 * @param propElem a SignatureProperty element
136 (ownerDoc, "SignatureProperty", XMLSignature.XMLNS, dsPrefix);
157 if (!(o instanceof SignatureProperty)) {
160 SignatureProperty osp = (SignatureProperty) o;
H A DDOMSignatureProperties.java55 * @param properties a list of one or more {@link SignatureProperty}s. The
60 * entries that are not of type {@link SignatureProperty}
72 if (!(propsCopy.get(i) instanceof SignatureProperty)) {
H A DDOMXMLSignatureFactory.java126 public SignatureProperty newSignatureProperty
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java718 SignatureProperty sp = fac.newSignatureProperty

Completed in 48 milliseconds