Uses of Class
org.h2.store.fs.encrypt.XTS
-
Packages that use XTS Package Description org.h2.store.fs.encrypt An encrypted file system abstraction. -
-
Uses of XTS in org.h2.store.fs.encrypt
Fields in org.h2.store.fs.encrypt declared as XTS Modifier and Type Field Description private XTSFileEncrypt. xtsMethods in org.h2.store.fs.encrypt that return XTS Modifier and Type Method Description private XTSFileEncrypt. createXTS()private XTSFileEncrypt. init()Methods in org.h2.store.fs.encrypt with parameters of type XTS Modifier and Type Method Description private voidFileEncrypt. readInternal(java.nio.ByteBuffer dst, long position, int len, XTS xts)private voidFileEncrypt. writeInternal(java.nio.ByteBuffer src, long position, int len, XTS xts)
-