Class MessageDigestAlgorithmImpl

java.lang.Object
se.swedenconnect.security.algorithms.impl.AbstractAlgorithm
se.swedenconnect.security.algorithms.impl.MessageDigestAlgorithmImpl
All Implemented Interfaces:
Algorithm, AlgorithmIdentifierAware, MessageDigestAlgorithm

public class MessageDigestAlgorithmImpl extends AbstractAlgorithm implements MessageDigestAlgorithm
Implementation class for the MessageDigestAlgorithm.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Constructor Details

    • MessageDigestAlgorithmImpl

      public MessageDigestAlgorithmImpl(String uri, int order, String jcaName)
      Constructor.
      Parameters:
      uri - the algorithm URI
      order - the ordering for the algorithm
      jcaName - the JCA name
    • MessageDigestAlgorithmImpl

      protected MessageDigestAlgorithmImpl(String uri)
      Protected constructor used by builder.
      Parameters:
      uri - the algorithm URI
  • Method Details