org.apache.xml.security.stax.impl
Class SignaturePartDef
java.lang.Object
org.apache.xml.security.stax.impl.SignaturePartDef
public class SignaturePartDef
- extends Object
SignaturePartDef holds information about parts to be signed
- Version:
- $Revision: 1471337 $ $Date: 2013-04-24 10:56:28 +0100 (Wed, 24 Apr 2013) $
- Author:
- $Author: giger $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignaturePartDef
public SignaturePartDef()
getSecurePart
public SecurePart getSecurePart()
setSecurePart
public void setSecurePart(SecurePart securePart)
getSigRefId
public String getSigRefId()
setSigRefId
public void setSigRefId(String sigRefId)
getDigestValue
public String getDigestValue()
setDigestValue
public void setDigestValue(String digestValue)
getTransforms
public String[] getTransforms()
setTransforms
public void setTransforms(String[] transforms)
getDigestAlgo
public String getDigestAlgo()
setDigestAlgo
public void setDigestAlgo(String digestAlgo)
getInclusiveNamespacesPrefixes
public String getInclusiveNamespacesPrefixes()
setInclusiveNamespacesPrefixes
public void setInclusiveNamespacesPrefixes(String inclusiveNamespacesPrefixes)
isExcludeVisibleC14Nprefixes
public boolean isExcludeVisibleC14Nprefixes()
setExcludeVisibleC14Nprefixes
public void setExcludeVisibleC14Nprefixes(boolean excludeVisibleC14Nprefixes)
isExternalResource
public boolean isExternalResource()
setExternalResource
public void setExternalResource(boolean externalResource)
isGenerateXPointer
public boolean isGenerateXPointer()
setGenerateXPointer
public void setGenerateXPointer(boolean generateXPointer)
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.