PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.transfer
Class SignatureUtilTransferObject

java.lang.Object
  extended by org.picketlink.identity.federation.core.transfer.SignatureUtilTransferObject

public class SignatureUtilTransferObject
extends Object

A Transfer Object used by XMLSignatureUtil

Author:
anil saldhana

Constructor Summary
SignatureUtilTransferObject()
           
 
Method Summary
 String getDigestMethod()
           
 Document getDocumentToBeSigned()
           
 KeyPair getKeyPair()
           
 Node getNextSibling()
           
 String getReferenceURI()
           
 String getSignatureMethod()
           
 void setDigestMethod(String digestMethod)
           
 void setDocumentToBeSigned(Document documentToBeSigned)
           
 void setKeyPair(KeyPair keyPair)
           
 void setNextSibling(Node nextSibling)
           
 void setReferenceURI(String referenceURI)
           
 void setSignatureMethod(String signatureMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureUtilTransferObject

public SignatureUtilTransferObject()
Method Detail

getDocumentToBeSigned

public Document getDocumentToBeSigned()

setDocumentToBeSigned

public void setDocumentToBeSigned(Document documentToBeSigned)

getKeyPair

public KeyPair getKeyPair()

setKeyPair

public void setKeyPair(KeyPair keyPair)

getNextSibling

public Node getNextSibling()

setNextSibling

public void setNextSibling(Node nextSibling)

getDigestMethod

public String getDigestMethod()

setDigestMethod

public void setDigestMethod(String digestMethod)

getReferenceURI

public String getReferenceURI()

setReferenceURI

public void setReferenceURI(String referenceURI)

getSignatureMethod

public String getSignatureMethod()

setSignatureMethod

public void setSignatureMethod(String signatureMethod)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.