Uses of Interface
org.apache.poi.poifs.crypt.dsig.SignatureMarshalListener
-
Packages that use SignatureMarshalListener Package Description org.apache.poi.poifs.crypt.dsig -
-
Uses of SignatureMarshalListener in org.apache.poi.poifs.crypt.dsig
Classes in org.apache.poi.poifs.crypt.dsig that implement SignatureMarshalListener Modifier and Type Class Description classSignatureMarshalDefaultListenerThis listener class is used, to modify the to be digested xml document, e.g.Methods in org.apache.poi.poifs.crypt.dsig that return SignatureMarshalListener Modifier and Type Method Description SignatureMarshalListenerSignatureConfig. getSignatureMarshalListener()Methods in org.apache.poi.poifs.crypt.dsig with parameters of type SignatureMarshalListener Modifier and Type Method Description voidSignatureConfig. setSignatureMarshalListener(SignatureMarshalListener signatureMarshalListener)
-