Class CryptoHash


  • public class CryptoHash
    extends java.lang.Object
    A class for applying RIPEMD-160 signatures to data.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    See Also:
    CryptoData, CryptoSessionKey, RIPEMD-160
    • Constructor Summary

      Constructors 
      Constructor Description
      CryptoHash()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getSignature​(java.lang.String iData)
      Creates a signature of the specified string.
      • Methods inherited from class java.lang.Object

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

      • CryptoHash

        public CryptoHash()
    • Method Detail

      • getSignature

        public static final java.lang.String getSignature​(java.lang.String iData)
        Creates a signature of the specified string.
        Parameters:
        iData - String to be hashed.
        Returns:
        hex encoded string of the resulting hash