public final class ExtractedUALData
extends java.lang.Object
It contains the password that was extracted from the UAL file and an indicator for whether or not the UAL file requires updating.
| Modifier and Type | Method and Description |
|---|---|
SecureStringBuffer |
getPassword()
Returns the password that was extracted from the UAL file.
|
boolean |
isUpdateRequired()
Indicates whether the UAL file requires an update (re-binding).
|
public boolean isUpdateRequired()
This only applies to version 1 UAL files; version 0 UAL files never require updating.
Version 1 UAL files will require updating when one of the machine specific parameters used to protect the password has changed due to a hardware or software change in the underlying machine. Version 1 UAL files are designed to still be useable if a single machine specific parameter changes; however, if more than one machine specific parameters change, the file becomes unuseable. For this reason, when a single machine specific parameter changes, it is wise to update the UAL file to reflect this change so that it could sustain another future machine parameter change.
true if the UAL files requires an update;
false otherwisepublic SecureStringBuffer getPassword()