I am getting the following error in Tibco business works designer. Please assist.
/temp/javaCode/ProcessDefinitionJavaCode.java:23: cannot resolve symbol
symbol : class PasswordProtection
location: class java.security.KeyStore
KeyStore.PasswordProtection password;
^
/temp/javaCode/ProcessDefinitionJavaCode.java:31: cannot resolve symbol
symbol : class PasswordProtection
location: class java.security.KeyStore
password = new KeyStore.PasswordProtection("changeme".toCharArray());
^
2 errors