Interface SignatureSigningParametersProvider

All Known Implementing Classes:
DefaultSignatureSigningParametersProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SignatureSigningParametersProvider
Provider to allow building of signature parameters.
Since:
1.7
Author:
Misagh Moayyed
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.xmlsec.SignatureSigningParameters
    build(org.opensaml.saml.saml2.metadata.SSODescriptor descriptor)
    build.
  • Method Details

    • build

      org.opensaml.xmlsec.SignatureSigningParameters build(org.opensaml.saml.saml2.metadata.SSODescriptor descriptor)

      build.

      Parameters:
      descriptor - a SSODescriptor object
      Returns:
      a SignatureSigningParameters object