Class MetadataServiceListSignatureValidator
- java.lang.Object
-
- se.litsec.eidas.opensaml.metadata.MetadataServiceListSignatureValidator
-
public class MetadataServiceListSignatureValidator extends Object
Utility bean for validating signatures on aMetadataServiceList
object.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description MetadataServiceListSignatureValidator()
Constructor setting up the validator bean.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validateSignature(MetadataServiceList mdsl, X509Certificate signersCertificate)
Validates the signature of the suppliedMetadataServiceList
element using the supplied certificate.
-
-
-
Method Detail
-
validateSignature
public void validateSignature(MetadataServiceList mdsl, X509Certificate signersCertificate) throws SignatureException
Validates the signature of the suppliedMetadataServiceList
element using the supplied certificate.- Parameters:
mdsl
- theMetadataServiceList
signersCertificate
- the certificate of the signer- Throws:
SignatureException
- for validation errors
-
-