java.lang.Object
com.sas.services.information.metadata.lookup.security.crypto.Symmetric

@Deprecated public class Symmetric extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] cipherText)
    Deprecated.
     
    byte[]
    encrypt(byte[] plainText)
    Deprecated.
    Encrypt the supplied string using DES encryption and convert the result to a base64 byte array.

    Methods inherited from class java.lang.Object

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

    • Symmetric

      public Symmetric()
      Deprecated.
  • Method Details

    • encrypt

      public byte[] encrypt(byte[] plainText)
      Deprecated.
      Encrypt the supplied string using DES encryption and convert the result to a base64 byte array.
      Parameters:
      plainText -
      Returns:
      - base64 byte array representing the DES encrypted plainText
    • decrypt

      public byte[] decrypt(byte[] cipherText)
      Deprecated.