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 XTSFileEncrypt.createXTS()private XTSFileEncrypt.init()Methods in org.h2.store.fs.encrypt with parameters of type XTSModifier and TypeMethodDescriptionprivate voidFileEncrypt.readInternal(ByteBuffer dst, long position, int len, XTS xts) private voidFileEncrypt.writeInternal(ByteBuffer src, long position, int len, XTS xts)