at.gv.egovernment.moa.spss.server.iaik.xmlsign
Class XMLSignatureInsertionLocationImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureInsertionLocationImpl
All Implemented Interfaces:
iaik.server.modules.xmlsign.XMLSignatureInsertionLocation

public class XMLSignatureInsertionLocationImpl
extends Object
implements iaik.server.modules.xmlsign.XMLSignatureInsertionLocation

An object giving the location of where the signature will be inserted into the parent element.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
XMLSignatureInsertionLocationImpl(int signatureChildIndex)
          Create a new XMLSignatureInsertLocationImpl.
 
Method Summary
 int getSignatureChildIndex()
           
 void setSignatureChildIndex(int signatureChildIndex)
          Sets the position index at which to append the signature to the parent element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSignatureInsertionLocationImpl

public XMLSignatureInsertionLocationImpl(int signatureChildIndex)
Create a new XMLSignatureInsertLocationImpl.
Parameters:
signatureChildIndex - The position index at which to append the signature to the parent element.
Method Detail

getSignatureChildIndex

public int getSignatureChildIndex()
Specified by:
getSignatureChildIndex in interface iaik.server.modules.xmlsign.XMLSignatureInsertionLocation
See Also:
XMLSignatureInsertionLocation.getSignatureChildIndex()

setSignatureChildIndex

public void setSignatureChildIndex(int signatureChildIndex)
Sets the position index at which to append the signature to the parent element.
Parameters:
signatureChildIndex - The position index to set.