Interface SignerProvider
-
@ThreadSafe public interface SignerProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsignObject(Signature signature)Signs a single XMLObject.
-
-
-
Method Detail
-
signObject
void signObject(@Nonnull Signature signature) throws SignatureExceptionSigns a single XMLObject.- Parameters:
signature- the signature to computer the signature on- Throws:
SignatureException- thrown if there is an error computing the signature
-
-