Uses of Class
org.h2.store.fs.encrypt.XTS
Packages that use XTS
-
Uses of XTS in org.h2.store.fs.encrypt
Fields in org.h2.store.fs.encrypt declared as XTSMethods in org.h2.store.fs.encrypt that return XTSModifier and TypeMethodDescriptionprivate XTS
FileEncrypt.createXTS()
private XTS
FileEncrypt.init()
Methods in org.h2.store.fs.encrypt with parameters of type XTSModifier and TypeMethodDescriptionprivate void
FileEncrypt.readInternal
(ByteBuffer dst, long position, int len, XTS xts) private void
FileEncrypt.writeInternal
(ByteBuffer src, long position, int len, XTS xts)