Class ShaAKSKCipher

java.lang.Object
com.huaweicloud.common.util.ShaAKSKCipher
All Implemented Interfaces:
Cipher

public class ShaAKSKCipher extends Object implements Cipher
  • Field Details

  • Constructor Details

    • ShaAKSKCipher

      public ShaAKSKCipher()
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface Cipher
    • decrypt

      public char[] decrypt(char[] encrypted)
      Specified by:
      decrypt in interface Cipher