Class MixedCaseChecksum


  • public class MixedCaseChecksum
    extends java.lang.Object
    Mixed checksumEncoding
    Since:
    0.5.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String checksumEncodeCEP57​(java.lang.String value)
      Implementation of the CEP-57 Documentation available at: https://github.com/casper-network/ceps/blob/master/text/0057-checksummed-addresses.md
      static java.lang.String checksumEncodeEIP55​(java.lang.String value)
      Implementation of the EIP-55: Mixed-case checksum address encoding Documentation available at: https://eips.ethereum.org/EIPS/eip-55
      • Methods inherited from class java.lang.Object

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

      • MixedCaseChecksum

        public MixedCaseChecksum()
    • Method Detail

      • checksumEncodeEIP55

        public static java.lang.String checksumEncodeEIP55​(java.lang.String value)
        Implementation of the EIP-55: Mixed-case checksum address encoding Documentation available at: https://eips.ethereum.org/EIPS/eip-55
        Parameters:
        value - Hex string
        Returns:
      • checksumEncodeCEP57

        public static java.lang.String checksumEncodeCEP57​(java.lang.String value)
        Implementation of the CEP-57 Documentation available at: https://github.com/casper-network/ceps/blob/master/text/0057-checksummed-addresses.md
        Parameters:
        value - Hex string
        Returns: