| 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, waitgetEncryptedValueAsBytes, getEncryptedValueAsString, getNewEncryptedValueAsBytes, getNewEncryptedValueAsString, getNewValueAsBytes, getNewValueAsString, getValueAsBytes, getValueAsString, initialize, updateValuepublic static final java.lang.String COPYRIGHT
public void setName(java.lang.String strKeyName)
WCKeysetName in interface WCKeystrKeyName - The name of the key.WCKey.setName(String)public java.lang.String getName()
WCKeygetName in interface WCKeyWCKey.getName()public void setProvider(java.lang.String strProviderName)
WCKeysetProvider in interface WCKeystrProviderName - The provider name.WCKey.setProvider(String)public void setWorkingDirectory(java.lang.String strWorkingDirectory)
WCKeysetWorkingDirectory in interface WCKeystrWorkingDirectory - The directory relative to which any key files will be stored.WCKey.setWorkingDirectory(String)public java.lang.String getProvider()
getProvider in interface WCKeypublic void setStatus(java.lang.String strStatus)
public java.lang.String getStatus()
public void setVersion(java.lang.String strVersion)
setVersion in interface WCKeystrVersion - The version of the key.public java.lang.String getVersion()
WCKeygetVersion in interface WCKeyWCKey.getVersion()public java.lang.String getWorkingDirectory()
WCKeygetWorkingDirectory in interface WCKeyWCKey.getWorkingDirectory()public void setProperties(java.util.HashMap properties)
WCKeysetProperties in interface WCKeyproperties - The name-value pair of configuration properties.WCKey.setProperties(HashMap)public java.util.HashMap getProperties()
WCKeygetProperties in interface WCKeyWCKey.getProperties()public void setAlgorithm(java.lang.String strAlgorithm)
setAlgorithm in interface WCKeystrAlgorithm - The algorithm of the key.public java.lang.String getAlgorithm()
WCKeygetAlgorithm in interface WCKeyWCKey.getAlgorithm()