Interface ICryptoAlgorithmC14N

All Superinterfaces:
com.helger.base.id.IHasID<String>
All Known Implementing Classes:
ECryptoAlgorithmC14N

public interface ICryptoAlgorithmC14N extends com.helger.base.id.IHasID<String>
Base interface for a canonicalization algorithm.
Since:
v1.4.4
Author:
Philip Helger
  • Method Summary

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

    • getID

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

      @Nonempty @NonNull @Nonempty String getAlgorithmURI()
      Returns:
      The unique XMLDsig algorithm URI for this algorithm (as in http://www.w3.org/TR/2001/REC-xml-c14n-20010315)