Creates a new instance of SignedMessageHeader
Parameters: header - The SOAP Header which is to be signed Parameters: id - The id assigned to the SOAP header Parameters: context - JAXBFilterProcessingContext
public boolean refersToSecHdrWithId(String id)(Code)
Parameters: id - The id of the SecurityHeaderElement against which to compare true if the current SecurityHeaderElement has reference to theSecurityHeaderElement with passed id
setDigestValue
public void setDigestValue(byte[] digestValue)(Code)