Class EncryptionUtils

java.lang.Object
org.metricshub.winrm.light.EncryptionUtils

public class EncryptionUtils extends Object
Code from io.cloudsoft.winrm4j.client.encryption.WinrmEncryptionUtils release 0.12.3 @link https://github.com/cloudsoft/winrm4j
  • Method Details

    • getMD5

      public static MessageDigest getMD5()
    • md5digest

      public static byte[] md5digest(byte[] bytes)
    • arc4

      public static Cipher arc4(byte[] key)
    • calculateRC4

      public static byte[] calculateRC4(byte[] value, byte[] key)
      Calculates RC4
    • hmacMd5

      public static byte[] hmacMd5(byte[] key, byte[] body)