Modifier and Type | Field and Description |
---|---|
private final String | |
private final List |
Access | Constructor and Description |
---|---|
public | DOMManifest(List<? extends Reference>
a list of one or more references, String Reference s. The list
is defensively copied to protect against subsequent modification.the id (may be id)null Creates a |
public | DOMManifest(Element
a Manifest element manElem, XMLCryptoContext context, Provider provider)Creates a |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public String | |
public static List | |
public List | getReferences()
Implements javax. Returns an |
public int | |
public void | marshal(Node parent, String dsPrefix, DOMCryptoContext context)
Implements abstract org.
|
id | back to summary |
---|---|
private final String id |
references | back to summary |
---|---|
private final List<Reference> references |
DOMManifest | back to summary |
---|---|
public DOMManifest(List<? extends Reference> references, String id) Creates a
|
DOMManifest | back to summary |
---|---|
public DOMManifest(Element manElem, XMLCryptoContext context, Provider provider) throws MarshalException Creates a
|
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getId | back to summary |
---|---|
public String getId() Implements javax. Doc from javax. Returns the Id of this |
getManifestReferences | back to summary |
---|---|
public static List
|
getReferences | back to summary |
---|---|
public List Implements javax. Doc from javax. Returns an |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
marshal | back to summary |
---|---|
public void marshal(Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException Implements abstract org.
|