Package apple.struct
Class encryption_info_command_64
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.encryption_info_command_64
-
public final class encryption_info_command_64 extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description encryption_info_command_64()protectedencryption_info_command_64(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_ENCRYPTION_INFO_64intcmdsize()sizeof(struct encryption_info_command_64)intcryptid()which enryption system, 0 means not-encrypted yetintcryptoff()file offset of encrypted rangeintcryptsize()file size of encrypted rangeintpad()padding to make this struct's size a multiple of 8 bytesvoidsetCmd(int value)LC_ENCRYPTION_INFO_64voidsetCmdsize(int value)sizeof(struct encryption_info_command_64)voidsetCryptid(int value)which enryption system, 0 means not-encrypted yetvoidsetCryptoff(int value)file offset of encrypted rangevoidsetCryptsize(int value)file size of encrypted rangevoidsetPad(int value)padding to make this struct's size a multiple of 8 bytes
-
-
-
Method Detail
-
cmd
public int cmd()
LC_ENCRYPTION_INFO_64
-
setCmd
public void setCmd(int value)
LC_ENCRYPTION_INFO_64
-
cmdsize
public int cmdsize()
sizeof(struct encryption_info_command_64)
-
setCmdsize
public void setCmdsize(int value)
sizeof(struct encryption_info_command_64)
-
cryptoff
public int cryptoff()
file offset of encrypted range
-
setCryptoff
public void setCryptoff(int value)
file offset of encrypted range
-
cryptsize
public int cryptsize()
file size of encrypted range
-
setCryptsize
public void setCryptsize(int value)
file size of encrypted range
-
cryptid
public int cryptid()
which enryption system, 0 means not-encrypted yet
-
setCryptid
public void setCryptid(int value)
which enryption system, 0 means not-encrypted yet
-
pad
public int pad()
padding to make this struct's size a multiple of 8 bytes
-
setPad
public void setPad(int value)
padding to make this struct's size a multiple of 8 bytes
-
-