Interface ICryptoAlgorithmSign

All Superinterfaces:
com.helger.commons.id.IHasID<String>
All Known Implementing Classes:
ECryptoAlgorithmSign

public interface ICryptoAlgorithmSign extends com.helger.commons.id.IHasID<String>
Base interface for a signing crypto algorithm.
Since:
v1.4.4
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
     
    This is the internal algorithm ID for resolution.
  • Method Details

    • getID

      @Nonnull @Nonempty String getID()
      This is the internal algorithm ID for resolution.
      Specified by:
      getID in interface com.helger.commons.id.IHasID<String>
    • getAlgorithmURI

      @Nonnull @Nonempty String getAlgorithmURI()
      Returns:
      The unique XMLDsig algorithm URI for this algorithm (as in http://www.w3.org/2001/04/xmldsig-more#rsa-sha256)