Uses of Class
com.sun.xml.wss.impl.c14n.AttributeNS
-
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected AttributeNSBaseCanonicalizer. getAttributeNS()AttributeNSBaseCanonicalizer.NamespaceContextImpl. getNamespaceDeclaration(String prefix)
-