CryptoSession

Package: ghidra.formats.gfilesystem.crypto
Type: class

10.3.2_PUBLIC

addedmethod: addSuccessfulPassword
void addSuccessfulPassword(ghidra.formats.gfilesystem.FSRL fsrl, ghidra.framework.generic.auth.Password password)
modifiedmethod: getPasswordsFor
return type: Iterator → Iterator
- java.util.Iterator<ghidra.formats.gfilesystem.crypto.PasswordValue> getPasswordsFor(ghidra.formats.gfilesystem.FSRL fsrl, java.lang.String prompt)
+ java.util.Iterator<ghidra.framework.generic.auth.Password> getPasswordsFor(ghidra.formats.gfilesystem.FSRL fsrl, java.lang.String prompt)
removedmethod: addSuccessfulPassword
void addSuccessfulPassword(ghidra.formats.gfilesystem.FSRL fsrl, ghidra.formats.gfilesystem.crypto.PasswordValue password)

10.1_PUBLIC

introducedInitial version