org.picketlink.identity.federation.core.transfer
Class SignatureUtilTransferObject
java.lang.Object
org.picketlink.identity.federation.core.transfer.SignatureUtilTransferObject
public class SignatureUtilTransferObject
- extends Object
A Transfer Object used by XMLSignatureUtil
- Author:
- anil saldhana
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureUtilTransferObject
public SignatureUtilTransferObject()
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)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.