com.google.enterprise.adaptor
Interface SensitiveValueDecoder


public interface SensitiveValueDecoder

Provides parsing of sensitive values that can be plain text, obfuscated, or encrypted.


Method Summary
 String decodeValue(String nonReadable)
          Decode an encoded sensitive string into its original string.
 

Method Detail

decodeValue

String decodeValue(String nonReadable)
Decode an encoded sensitive string into its original string.

Throws:
IllegalArgumentException - if nonReadable is unable to be decoded