Class MessageDigestHashFunction.SerializedForm

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    MessageDigestHashFunction

    private static final class MessageDigestHashFunction.SerializedForm
    extends java.lang.Object
    implements java.io.Serializable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SerializedForm​(java.lang.String algorithmName, int bytes, java.lang.String toString)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • algorithmName

        private final java.lang.String algorithmName
      • bytes

        private final int bytes
      • toString

        private final java.lang.String toString
    • Constructor Detail

      • SerializedForm

        private SerializedForm​(java.lang.String algorithmName,
                               int bytes,
                               java.lang.String toString)
    • Method Detail

      • readResolve

        private java.lang.Object readResolve()