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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.opensaml.xmlsec.SignatureSigningParameters build​(org.opensaml.saml.saml2.metadata.SSODescriptor descriptor)  
    • Method Detail

      • build

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