com.sas.services.information.metadata.lookup.security.crypto
Class Symmetric
com.sas.services.information.metadata.lookup.security.crypto.Symmetric
Deprecated.
@Deprecated
public class Symmetric
|
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. |
Symmetric
public Symmetric()
- Deprecated.
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.