Uses of Class
com.sun.xml.wss.impl.policy.mls.EncryptionTarget
-
Packages that use EncryptionTarget Package Description com.sun.xml.ws.security.impl.policyconv com.sun.xml.ws.security.opt.impl.util com.sun.xml.wss.impl.policy.mls -
-
Uses of EncryptionTarget in com.sun.xml.ws.security.impl.policyconv
Methods in com.sun.xml.ws.security.impl.policyconv that return EncryptionTarget Modifier and Type Method Description EncryptionTargetEncryptionTargetCreator. newQNameEncryptionTarget(QName targetValue)EncryptionTargetEncryptionTargetCreator. newURIEncryptionTarget(String uri)EncryptionTargetEncryptionTargetCreator. newXpathEncryptionTarget(String xpathTarget)Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type EncryptionTarget Modifier and Type Method Description voidEncryptionTargetCreator. addAttachmentTransform(EncryptionTarget target, String transformURI) -
Uses of EncryptionTarget in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type EncryptionTarget Modifier and Type Method Description EncryptedDataWSSElementFactory. createEncryptedData(String id, Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target) -
Uses of EncryptionTarget in com.sun.xml.wss.impl.policy.mls
Methods in com.sun.xml.wss.impl.policy.mls with parameters of type EncryptionTarget Modifier and Type Method Description voidEncryptionPolicy.FeatureBinding. addTargetBinding(EncryptionTarget target)booleanEncryptionTarget. equals(EncryptionTarget target)Equals operator
-