com.sun.xml.ws.security.impl.policyconv
Class EncryptionTargetCreator
java.lang.Object
com.sun.xml.ws.security.impl.policyconv.EncryptionTargetCreator
public class EncryptionTargetCreator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
algorithmSuite
public AlgorithmSuite algorithmSuite
enforce
public boolean enforce
EncryptionTargetCreator
public EncryptionTargetCreator(AlgorithmSuite algorithmSuite,
boolean enforce)
- Creates a new instance of EncryptionTargetCreator
newQNameEncryptionTarget
public com.sun.xml.wss.impl.policy.mls.EncryptionTarget newQNameEncryptionTarget(javax.xml.namespace.QName targetValue)
newXpathEncryptionTarget
public com.sun.xml.wss.impl.policy.mls.EncryptionTarget newXpathEncryptionTarget(java.lang.String xpathTarget)
newURIEncryptionTarget
public com.sun.xml.wss.impl.policy.mls.EncryptionTarget newURIEncryptionTarget(java.lang.String uri)
addAttachmentTransform
public void addAttachmentTransform(com.sun.xml.wss.impl.policy.mls.EncryptionTarget target,
java.lang.String transformURI)