Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.Reference
-
-
Uses of Reference in com.sun.xml.security.core.dsig
Fields in com.sun.xml.security.core.dsig with type parameters of type Reference Modifier and Type Field Description protected List<Reference>SignedInfoType. referenceMethods in com.sun.xml.security.core.dsig that return Reference Modifier and Type Method Description ReferenceObjectFactory. createReference()Create an instance ofReferenceMethods in com.sun.xml.security.core.dsig that return types with arguments of type Reference Modifier and Type Method Description javax.xml.bind.JAXBElement<Reference>ObjectFactory. createReference(Reference value)List<Reference>SignedInfoType. getReference()Gets the value of the reference property.Methods in com.sun.xml.security.core.dsig with parameters of type Reference Modifier and Type Method Description javax.xml.bind.JAXBElement<Reference>ObjectFactory. createReference(Reference value) -
Uses of Reference in com.sun.xml.ws.security.opt.crypto.dsig
Method parameters in com.sun.xml.ws.security.opt.crypto.dsig with type arguments of type Reference Modifier and Type Method Description voidSignedInfo. setReference(List<Reference> reference) -
Uses of Reference in com.sun.xml.ws.security.opt.impl.dsig
Constructors in com.sun.xml.ws.security.opt.impl.dsig with parameters of type Reference Constructor Description EnvelopedSignedMessageHeader(SecurityHeaderElement she, Reference ref, JAXBSignatureHeaderElement jse, NamespaceContextEx nsContext)Creates a new instance of EnvelopedSignedMessageHeaderEnvelopedTransformWriter(XMLStreamWriter writer, StAXEXC14nCanonicalizerImpl stAXC14n, Reference ref, JAXBSignatureHeaderElement signature, DigesterOutputStream dos)Creates a new instance of EnvelopedTransform -
Uses of Reference in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming that return Reference Modifier and Type Method Description ReferenceSignature. removeReferenceWithID(String id)Methods in com.sun.xml.ws.security.opt.impl.incoming that return types with arguments of type Reference Modifier and Type Method Description ArrayList<Reference>Signature. getReferences() -
Uses of Reference in com.sun.xml.ws.security.opt.impl.incoming.processor
Methods in com.sun.xml.ws.security.opt.impl.incoming.processor that return types with arguments of type Reference Modifier and Type Method Description ArrayList<Reference>SignedInfoProcessor. getReferenceList()Methods in com.sun.xml.ws.security.opt.impl.incoming.processor with parameters of type Reference Modifier and Type Method Description booleanSignedInfoProcessor. processReference(Reference reference)processes the given reference
-