com.sas.services.information.metadata.lookup.security.crypto
Class Symmetric

com.sas.services.information.metadata.lookup.security.crypto.Symmetric

Deprecated.

@Deprecated
public class Symmetric


Constructor Summary
Symmetric()
          Deprecated.  
 
Method Summary
 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.
 

Constructor Detail

Symmetric

public Symmetric()
Deprecated. 
Method Detail

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. 



Copyright © 2009 SAS Institute Inc. All Rights Reserved.