This method is equivalent to calling {@link #open(String)}, followed by a {@link Store#load()} and a {@link Store#close()} on the resulting{@link Store}. @param address String address of the key storage location. @throws IllegalAddressException if the address is not a valid URI or if itis not recognized by the driver. @throws NoSuitableDriverException if the address cannot be handled by anyinstalled driver. @throws StoreException if there was an issue reading from the location. @return Key read from the specified address.
|
|