Interface ICryptoAlgorithmSignDigest

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

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

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

    • getID

      @Nonnull @Nonempty String getID()
      This is the internal digest 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 the digest algorithm (as in http://www.w3.org/2001/04/xmlenc#sha256)