public class ApacheSantuarioSignerProviderImpl extends Object implements SignerProvider
SignerProvider
which is based on the Apache Santuario library
and is used with Signature
instances which are instances of SignatureImpl
.Constructor and Description |
---|
ApacheSantuarioSignerProviderImpl() |
Modifier and Type | Method and Description |
---|---|
void |
signObject(Signature signature)
Signs a single XMLObject.
|
public void signObject(@Nonnull Signature signature) throws SignatureException
signObject
in interface SignerProvider
signature
- the signature to computer the signature onSignatureException
- thrown if there is an error computing the signatureCopyright © 2016. All rights reserved.