A B C D E F G H I M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addFile(byte[], long, Path, Integer, File) - Method in class org.xipki.apppackage.PackageInfoBuilder
- addFolder(Path, Path) - Method in class org.xipki.apppackage.PackageInfoBuilder
- addZipEntry(byte[], String, File) - Method in class org.xipki.apppackage.PackageInfoBuilder
- addZipFile(ZipFileInfo) - Method in class org.xipki.apppackage.PackageInfoBuilder
B
- BREAK - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
The CBOR-encoded "undefined" value (encoded as "simple value").
- build() - Method in class org.xipki.apppackage.PackageInfoBuilder
- bytesToHex(byte[]) - Static method in class org.xipki.apppackage.MyUtil
C
- CborConstants - Interface in org.xipki.apppackage.cbor
-
Constant values used by the CBOR format.
- CborDecoder - Class in org.xipki.apppackage.cbor
-
Provides a decoder capable of handling CBOR encoded data from a
InputStream. - CborDecoder(InputStream) - Constructor for class org.xipki.apppackage.cbor.CborDecoder
-
Creates a new
CborDecoderinstance. - CborEncoder - Class in org.xipki.apppackage.cbor
-
Provides an encoder capable of encoding data into CBOR format to a given
OutputStream. - CborEncoder(OutputStream) - Constructor for class org.xipki.apppackage.cbor.CborEncoder
-
Creates a new
CborEncoderinstance. - CborType - Class in org.xipki.apppackage.cbor
-
Represents the various major types in CBOR, along with their .
- CompressPackage - Class in org.xipki.apppackage
- CompressPackage(File) - Constructor for class org.xipki.apppackage.CompressPackage
D
- decode(byte[]) - Static method in class org.xipki.apppackage.PackageInfo
- decode(CborDecoder) - Static method in class org.xipki.apppackage.FileInfo
- decode(CborDecoder) - Static method in class org.xipki.apppackage.PathInfo
- decode(CborDecoder) - Static method in class org.xipki.apppackage.ZipEntryInfo
- decode(CborDecoder) - Static method in class org.xipki.apppackage.ZipFileInfo
E
- EIGHT_BYTES - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Denotes a eight-byte value (uint64).
- encode() - Method in class org.xipki.apppackage.PackageInfo
- encode(CborEncoder) - Method in class org.xipki.apppackage.FileInfo
- encode(CborEncoder) - Method in class org.xipki.apppackage.PathInfo
- encode(CborEncoder) - Method in class org.xipki.apppackage.ZipEntryInfo
- encode(CborEncoder) - Method in class org.xipki.apppackage.ZipFileInfo
- equals(Object) - Method in class org.xipki.apppackage.cbor.CborType
- expectIntegerType(int) - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
F
- FALSE - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
The CBOR-encoded boolean
falsevalue (encoded as "simple value"). - FileInfo - Class in org.xipki.apppackage
- FileInfo() - Constructor for class org.xipki.apppackage.FileInfo
- FOUR_BYTES - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Denotes a four-byte value (uint32).
G
- getAdditionalInfo() - Method in class org.xipki.apppackage.cbor.CborType
- getComment() - Method in class org.xipki.apppackage.ZipEntryInfo
- getEntries() - Method in class org.xipki.apppackage.ZipFileInfo
- getExtra() - Method in class org.xipki.apppackage.ZipEntryInfo
- getFileName() - Method in class org.xipki.apppackage.FileInfo
- getFileName() - Method in class org.xipki.apppackage.ZipEntryInfo
- getFiles() - Method in class org.xipki.apppackage.PackageInfo
- getFolders() - Method in class org.xipki.apppackage.PackageInfo
- getLastModified() - Method in class org.xipki.apppackage.PathInfo
- getLastModified() - Method in class org.xipki.apppackage.ZipEntryInfo
- getMajorType() - Method in class org.xipki.apppackage.cbor.CborType
- getName() - Method in class org.xipki.apppackage.ZipEntryInfo
- getName(int) - Static method in class org.xipki.apppackage.cbor.CborType
-
Returns a descriptive string for the given major type.
- getPath() - Method in class org.xipki.apppackage.PathInfo
- getPath() - Method in class org.xipki.apppackage.ZipFileInfo
- getPathInfos() - Method in class org.xipki.apppackage.FileInfo
- getPosixPermissions() - Method in class org.xipki.apppackage.PathInfo
- getSize() - Method in class org.xipki.apppackage.FileInfo
- getSize() - Method in class org.xipki.apppackage.ZipEntryInfo
- getSuffix(Path) - Method in class org.xipki.apppackage.PackageConf
- getZipFiles() - Method in class org.xipki.apppackage.PackageInfo
H
- hashCode() - Method in class org.xipki.apppackage.cbor.CborType
- hexSha256(byte[]) - Static method in class org.xipki.apppackage.MyUtil
I
- isIsPosix() - Static method in class org.xipki.apppackage.MyUtil
- isNull(CborDecoder) - Static method in class org.xipki.apppackage.MyUtil
M
- m_is - Variable in class org.xipki.apppackage.cbor.CborDecoder
- main(String[]) - Static method in class org.xipki.apppackage.CompressPackage
- main(String[]) - Static method in class org.xipki.apppackage.RestorePackage
- MyUtil - Class in org.xipki.apppackage
- MyUtil() - Constructor for class org.xipki.apppackage.MyUtil
N
- NULL - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
The CBOR-encoded
nullvalue (encoded as "simple value").
O
- ONE_BYTE - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Denotes a one-byte value (uint8).
- org.xipki.apppackage - package org.xipki.apppackage
- org.xipki.apppackage.cbor - package org.xipki.apppackage.cbor
P
- PackageConf - Class in org.xipki.apppackage
- PackageConf(File) - Constructor for class org.xipki.apppackage.PackageConf
- PackageInfo - Class in org.xipki.apppackage
- PackageInfo() - Constructor for class org.xipki.apppackage.PackageInfo
- PackageInfoBuilder - Class in org.xipki.apppackage
- PackageInfoBuilder(PackageConf) - Constructor for class org.xipki.apppackage.PackageInfoBuilder
- PathInfo - Class in org.xipki.apppackage
- PathInfo() - Constructor for class org.xipki.apppackage.PathInfo
- peekType() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Peeks in the input stream for the upcoming type.
- posixPermission(Path, Path) - Method in class org.xipki.apppackage.PackageConf
R
- readArrayLength() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Prolog to reading an array value in CBOR format.
- readArrayStart(int, CborDecoder) - Static method in class org.xipki.apppackage.MyUtil
- readBoolean() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads a boolean value in CBOR format.
- readByteString() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads a byte string value in CBOR format.
- readByteString(CborDecoder) - Static method in class org.xipki.apppackage.MyUtil
- readInt() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads a signed or unsigned integer value in CBOR format.
- readLong(CborDecoder) - Static method in class org.xipki.apppackage.MyUtil
- readMajorType(int) - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
- readMajorTypeExact(int, int) - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectations.
- readMajorTypeWithSize(int) - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads the next major type from the underlying input stream, verifies whether it matches the given expectation, and decodes the payload into a size.
- readNull() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads a
null-value in CBOR format. - readText(CborDecoder) - Static method in class org.xipki.apppackage.MyUtil
- readTextList(CborDecoder) - Static method in class org.xipki.apppackage.MyUtil
- readTextString() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads an UTF-8 encoded string value in CBOR format.
- readUInt(int, boolean) - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads an unsigned integer with a given length-indicator.
- readUInt16() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads an unsigned 16-bit integer value
- readUInt32() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads an unsigned 32-bit integer value
- readUInt64() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads an unsigned 64-bit integer value
- readUInt8() - Method in class org.xipki.apppackage.cbor.CborDecoder
-
Reads an unsigned 8-bit integer value
- RestorePackage - Class in org.xipki.apppackage
- RestorePackage() - Constructor for class org.xipki.apppackage.RestorePackage
S
- setComment(String) - Method in class org.xipki.apppackage.ZipEntryInfo
- setEntries(List<ZipEntryInfo>) - Method in class org.xipki.apppackage.ZipFileInfo
- setExtra(byte[]) - Method in class org.xipki.apppackage.ZipEntryInfo
- setFileName(String) - Method in class org.xipki.apppackage.FileInfo
- setFileName(String) - Method in class org.xipki.apppackage.ZipEntryInfo
- setFiles(List<FileInfo>) - Method in class org.xipki.apppackage.PackageInfo
- setFolders(List<String>) - Method in class org.xipki.apppackage.PackageInfo
- setLastModified(long) - Method in class org.xipki.apppackage.ZipEntryInfo
- setLastModified(Long) - Method in class org.xipki.apppackage.PathInfo
- setName(String) - Method in class org.xipki.apppackage.ZipEntryInfo
- setPath(String) - Method in class org.xipki.apppackage.PathInfo
- setPath(String) - Method in class org.xipki.apppackage.ZipFileInfo
- setPathInfos(List<PathInfo>) - Method in class org.xipki.apppackage.FileInfo
- setPosixPermissions(Integer) - Method in class org.xipki.apppackage.PathInfo
- setSize(int) - Method in class org.xipki.apppackage.FileInfo
- setSize(int) - Method in class org.xipki.apppackage.ZipEntryInfo
- setZipFiles(List<ZipFileInfo>) - Method in class org.xipki.apppackage.PackageInfo
T
- toPosixFilePermissions(int) - Static method in class org.xipki.apppackage.MyUtil
- toString() - Method in class org.xipki.apppackage.cbor.CborType
- toUnixPath(String) - Static method in class org.xipki.apppackage.MyUtil
- toUnixPath(Path, Path) - Static method in class org.xipki.apppackage.MyUtil
- TRUE - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
The CBOR-encoded boolean
truevalue (encoded as "simple value"). - TWO_BYTES - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Denotes a two-byte value (uint16).
- TYPE_ARRAY - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 4: array of items.
- TYPE_BYTE_STRING - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 2: byte string.
- TYPE_FLOAT_SIMPLE - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 7: floating point, simple data types.
- TYPE_MAP - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 5: map of pairs.
- TYPE_NEGATIVE_INTEGER - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 1: negative integers.
- TYPE_TAG - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 6: semantic tags.
- TYPE_TEXT_STRING - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 3: text/UTF8 string.
- TYPE_UNSIGNED_INTEGER - Static variable in interface org.xipki.apppackage.cbor.CborConstants
-
Major type 0: unsigned integers.
U
- unzipMe(Path, Path) - Method in class org.xipki.apppackage.PackageConf
V
- valueOf(int) - Static method in class org.xipki.apppackage.cbor.CborType
-
Decodes a given byte value to a
CborTypevalue.
W
- writeArrayStart(int) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Writes the start of a definite-length array.
- writeBoolean(boolean) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Writes a boolean value in canonical CBOR format.
- writeByteString(byte[]) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Writes a byte string in canonical CBOR-format.
- writeInt(long) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Writes a signed or unsigned integer value in canonical CBOR format, that is, tries to encode it in a little bytes as possible.
- writeNull() - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Writes a
nullvalue in canonical CBOR format. - writeSimpleType(int, int) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Encodes and writes the major type and value as a simple type.
- writeString(int, byte[]) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Writes a byte string in canonical CBOR-format.
- writeTextString(String) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Writes an UTF-8 string in canonical CBOR-format.
- writeType(int, long) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Encodes and writes the major type indicator with a given payload (length).
- writeUInt(int, long) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Encodes and writes an unsigned integer value, that is, tries to encode it in a little bytes as possible.
- writeUInt16(int, int) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Encodes and writes an unsigned 16-bit integer value
- writeUInt32(int, int) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Encodes and writes an unsigned 32-bit integer value
- writeUInt64(int, long) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Encodes and writes an unsigned 64-bit integer value
- writeUInt8(int, int) - Method in class org.xipki.apppackage.cbor.CborEncoder
-
Encodes and writes an unsigned 8-bit integer value
Z
- ZipEntryInfo - Class in org.xipki.apppackage
- ZipEntryInfo() - Constructor for class org.xipki.apppackage.ZipEntryInfo
- ZipFileInfo - Class in org.xipki.apppackage
- ZipFileInfo() - Constructor for class org.xipki.apppackage.ZipFileInfo
All Classes All Packages