public class

SignatureAppendingStrategies

extends Object
java.lang.Object
   ↳ xades4j.production.SignatureAppendingStrategies

Summary

Fields
public static final XadesSigner.SignatureAppendingStrategy AsFirstChild The signature node should be appended as the first child of the reference node (reference node is the parent).
public static final XadesSigner.SignatureAppendingStrategy AsLastChild The signature node should be appended as the last child of the reference node (reference node is the parent).
public static final XadesSigner.SignatureAppendingStrategy AsPreviousSibling The signature node should be appended as the previous sibling of the reference node (reference node is a sibling).
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final XadesSigner.SignatureAppendingStrategy AsFirstChild

The signature node should be appended as the first child of the reference node (reference node is the parent).

public static final XadesSigner.SignatureAppendingStrategy AsLastChild

The signature node should be appended as the last child of the reference node (reference node is the parent).

public static final XadesSigner.SignatureAppendingStrategy AsPreviousSibling

The signature node should be appended as the previous sibling of the reference node (reference node is a sibling).