[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-18 UTC."],[],[],null,["# SensitiveDataCodec.SecurityLevel\n\npublic static final enum **SensitiveDataCodec.SecurityLevel** extends Enum\\\u003c[SensitiveDataCodec.SecurityLevel](/workspace/cloud-search/docs/reference/sdk/com/google/enterprise/cloudsearch/sdk/config/SensitiveDataCodec.SecurityLevel)\\\u003e \nValues that specify the security level, used typically for a user parameter. \n\n### Inherited Method Summary\n\nFrom class java.lang.Enum \n\n|----------------------------------|---------------------------------------|\n| final int | compareTo(E arg0) |\n| int | compareTo(Object arg0) |\n| final boolean | equals(Object arg0) |\n| final Class\\\u003cE\\\u003e | getDeclaringClass() |\n| final int | hashCode() |\n| final String | name() |\n| final int | ordinal() |\n| String | toString() |\n| static \\\u003cT extends Enum\\\u003cT\\\u003e\\\u003e T | valueOf(Class\\\u003cT\\\u003e arg0, String arg1) |\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFrom interface java.lang.Comparable \n\n|--------------|-------------------------------------|\n| abstract int | compareTo(E extends Enum\\\u003cE\\\u003e arg0) |\n\nEnum Values\n-----------\n\n#### public static final SensitiveDataCodec.SecurityLevel\n**ENCRYPTED**\n\nThe value is prefixed with \"pkc:\" and is encrypted using the publock key crytography provided\nto the constructor. \n\n#### public static final SensitiveDataCodec.SecurityLevel\n**OBFUSCATED**\n\nThe value is prefixed with \"obf:\" and is obfuscated, but no real security is added. AES is\nused to encrypt the value. \n\n#### public static final SensitiveDataCodec.SecurityLevel\n**PLAIN_TEXT**\n\nThe value is prefixed with \"pl:\" and is not encrypted."]]