Uses of Class
com.sun.xml.wss.impl.c14n.AttributeNS

Packages that use AttributeNS
com.sun.xml.ws.security.opt.impl.dsig   
com.sun.xml.ws.security.opt.impl.enc   
com.sun.xml.ws.security.opt.impl.incoming   
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.opt.impl.message   
com.sun.xml.wss.impl.c14n   
 

Uses of AttributeNS in com.sun.xml.ws.security.opt.impl.dsig
 

Method parameters in com.sun.xml.ws.security.opt.impl.dsig with type arguments of type AttributeNS
 byte[] EnvelopedSignedMessageHeader.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 byte[] JAXBSignatureHeaderElement.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 

Uses of AttributeNS in com.sun.xml.ws.security.opt.impl.enc
 

Method parameters in com.sun.xml.ws.security.opt.impl.enc with type arguments of type AttributeNS
 byte[] EncryptedHeader.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 byte[] JAXBEncryptedData.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 byte[] JAXBEncryptedKey.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 

Uses of AttributeNS in com.sun.xml.ws.security.opt.impl.incoming
 

Method parameters in com.sun.xml.ws.security.opt.impl.incoming with type arguments of type AttributeNS
 byte[] TimestampHeader.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 

Uses of AttributeNS in com.sun.xml.ws.security.opt.impl.keyinfo
 

Method parameters in com.sun.xml.ws.security.opt.impl.keyinfo with type arguments of type AttributeNS
 byte[] SecurityContextToken.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 byte[] SecurityContextToken13.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 byte[] SecurityTokenReference.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 

Uses of AttributeNS in com.sun.xml.ws.security.opt.impl.message
 

Method parameters in com.sun.xml.ws.security.opt.impl.message with type arguments of type AttributeNS
 byte[] GSHeaderElement.canonicalize(String algorithm, List<AttributeNS> namespaceDecls)
           
 

Uses of AttributeNS in com.sun.xml.wss.impl.c14n
 

Methods in com.sun.xml.wss.impl.c14n that return AttributeNS
protected  AttributeNS BaseCanonicalizer.getAttributeNS()
           
 AttributeNS BaseCanonicalizer.NamespaceContextImpl.getNamespaceDeclaration(String prefix)
           
 



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