asit.moa.client.sign
Interface SignReference

All Known Implementing Classes:
SignReferenceImpl

public interface SignReference

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static int STRUCTURE_DETACHED
           
static int STRUCTURE_ENVELOPING
           
 
Method Summary
 void setBinaryContent(byte[] binaryContent)
           
 void setIsChildOfManifest(boolean isChildOfManifest)
           
 void setLocRefContent(String reference)
           
 void setMetaInfo(MetaInfo metaInfo)
           
 void setReference(String reference)
           
 void setStructure(int structure)
           
 void setTransformations(Element transforms)
           
 void setTransformations(iaik.ixsil.algorithms.Transform[] transforms)
           
 void setTransformsProfileID(String id)
           
 void setXMLContent(Document doc)
           
 void setXMLContent(NodeList list)
           
 Element toElement(Document doc)
           
 

Field Detail

STRUCTURE_DETACHED

public static final int STRUCTURE_DETACHED
See Also:
Constant Field Values

STRUCTURE_ENVELOPING

public static final int STRUCTURE_ENVELOPING
See Also:
Constant Field Values
Method Detail

setXMLContent

public void setXMLContent(Document doc)

setXMLContent

public void setXMLContent(NodeList list)

setBinaryContent

public void setBinaryContent(byte[] binaryContent)

setLocRefContent

public void setLocRefContent(String reference)

setReference

public void setReference(String reference)

setStructure

public void setStructure(int structure)

setIsChildOfManifest

public void setIsChildOfManifest(boolean isChildOfManifest)

setTransformations

public void setTransformations(iaik.ixsil.algorithms.Transform[] transforms)

setTransformations

public void setTransformations(Element transforms)

setTransformsProfileID

public void setTransformsProfileID(String id)

setMetaInfo

public void setMetaInfo(MetaInfo metaInfo)

toElement

public Element toElement(Document doc)
                  throws ClientException
Throws:
ClientException


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.