Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
WCKeyBaseImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm()
Gets the algorithm of this key.
|
java.lang.String |
getName()
Retrieves the name of this Key.
|
java.util.HashMap |
getProperties()
Gets the configuration data that is used during the retrieval of the key.
|
java.lang.String |
getProvider()
Gets the name of the provider.
|
java.lang.String |
getStatus()
Gets the status of this key.
|
java.lang.String |
getVersion()
Gets the version of this key.
|
java.lang.String |
getWorkingDirectory()
Gets the directory, relative to which any key files will be stored.
|
void |
setAlgorithm(java.lang.String strAlgorithm)
Sets the algorithm of this key.
|
void |
setName(java.lang.String strKeyName)
Sets the name of the key in the WCKeyRegistry.
|
void |
setProperties(java.util.HashMap properties)
Sets the configuration properties that may be used by this class while retrieving the
value of the key.
|
void |
setProvider(java.lang.String strProviderName)
Sets the name of the provider who implemented this particular key.
|
void |
setStatus(java.lang.String strStatus)
Sets the status of this key.
|
void |
setVersion(java.lang.String strVersion)
Sets the version of this key.
|
void |
setWorkingDirectory(java.lang.String strWorkingDirectory)
Sets the directory relative to which any key files will be stored.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEncryptedValueAsBytes, getEncryptedValueAsString, getNewEncryptedValueAsBytes, getNewEncryptedValueAsString, getNewValueAsBytes, getNewValueAsString, getValueAsBytes, getValueAsString, initialize, updateValue
public static final java.lang.String COPYRIGHT
public void setName(java.lang.String strKeyName)
WCKey
setName
in interface WCKey
strKeyName
- The name of the key.WCKey.setName(String)
public java.lang.String getName()
WCKey
getName
in interface WCKey
WCKey.getName()
public void setProvider(java.lang.String strProviderName)
WCKey
setProvider
in interface WCKey
strProviderName
- The provider name.WCKey.setProvider(String)
public void setWorkingDirectory(java.lang.String strWorkingDirectory)
WCKey
setWorkingDirectory
in interface WCKey
strWorkingDirectory
- The directory relative to which any key files will be stored.WCKey.setWorkingDirectory(String)
public java.lang.String getProvider()
getProvider
in interface WCKey
public void setStatus(java.lang.String strStatus)
public java.lang.String getStatus()
public void setVersion(java.lang.String strVersion)
setVersion
in interface WCKey
strVersion
- The version of the key.public java.lang.String getVersion()
WCKey
getVersion
in interface WCKey
WCKey.getVersion()
public java.lang.String getWorkingDirectory()
WCKey
getWorkingDirectory
in interface WCKey
WCKey.getWorkingDirectory()
public void setProperties(java.util.HashMap properties)
WCKey
setProperties
in interface WCKey
properties
- The name-value pair of configuration properties.WCKey.setProperties(HashMap)
public java.util.HashMap getProperties()
WCKey
getProperties
in interface WCKey
WCKey.getProperties()
public void setAlgorithm(java.lang.String strAlgorithm)
setAlgorithm
in interface WCKey
strAlgorithm
- The algorithm of the key.public java.lang.String getAlgorithm()
WCKey
getAlgorithm
in interface WCKey
WCKey.getAlgorithm()