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