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 XTS
FileEncrypt. xts
Methods in org.h2.store.fs.encrypt that return XTS Modifier and Type Method Description private XTS
FileEncrypt. createXTS()
private XTS
FileEncrypt. init()
Methods in org.h2.store.fs.encrypt with parameters of type XTS Modifier and Type Method Description private void
FileEncrypt. readInternal(java.nio.ByteBuffer dst, long position, int len, XTS xts)
private void
FileEncrypt. writeInternal(java.nio.ByteBuffer src, long position, int len, XTS xts)
-