|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cert.cc.encryption.AbstractProcessor
public abstract class AbstractProcessor
AbstractProcessor is the base class for all DescriptionProcessor
s
© 2009 Carnegie Mellon University
Field Summary | |
---|---|
protected Logger |
log
Logger for any sub-class to use |
Constructor Summary | |
---|---|
protected |
AbstractProcessor()
Constructor |
Method Summary | |
---|---|
protected String |
getApplicationProperty(String key)
Returns an Application property value as a String. |
protected char[] |
getPassword(String propertyKey)
Returns a property value as an array of characters suitable for a password. |
protected String |
getSecretsProperty(String key)
Returns a Secrets property value as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Logger log
Logger
for any sub-class to use
Constructor Detail |
---|
protected AbstractProcessor()
Method Detail |
---|
protected final String getApplicationProperty(String key)
null
is returned.
key
- Property key
protected final char[] getPassword(String propertyKey) throws IOException
null
is returned.
propertyKey
- Property key
IOException
- If unable to read the properties fileprotected final String getSecretsProperty(String key) throws IOException
null
is returned.
key
- Property key
IOException
- If unable to read the properties file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |