com.sun.xml.ws.security.impl.policyconv
Class EncryptionTargetCreator

java.lang.Object
  extended by com.sun.xml.ws.security.impl.policyconv.EncryptionTargetCreator

public class EncryptionTargetCreator
extends Object

Author:
K.Venugopal@sun.com

Field Summary
 AlgorithmSuite algorithmSuite
           
 boolean enforce
           
 
Constructor Summary
EncryptionTargetCreator(AlgorithmSuite algorithmSuite, boolean enforce)
          Creates a new instance of EncryptionTargetCreator
 
Method Summary
 void addAttachmentTransform(EncryptionTarget target, String transformURI)
           
 EncryptionTarget newQNameEncryptionTarget(QName targetValue)
           
 EncryptionTarget newURIEncryptionTarget(String uri)
           
 EncryptionTarget newXpathEncryptionTarget(String xpathTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithmSuite

public AlgorithmSuite algorithmSuite

enforce

public boolean enforce
Constructor Detail

EncryptionTargetCreator

public EncryptionTargetCreator(AlgorithmSuite algorithmSuite,
                               boolean enforce)
Creates a new instance of EncryptionTargetCreator

Method Detail

newQNameEncryptionTarget

public EncryptionTarget newQNameEncryptionTarget(QName targetValue)

newXpathEncryptionTarget

public EncryptionTarget newXpathEncryptionTarget(String xpathTarget)

newURIEncryptionTarget

public EncryptionTarget newURIEncryptionTarget(String uri)

addAttachmentTransform

public void addAttachmentTransform(EncryptionTarget target,
                                   String transformURI)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.