| 程序包 | 说明 |
|---|---|
| top.ibase4j.core.support.security | |
| top.ibase4j.core.support.security.coder |
| 类和说明 |
|---|
| CharacterDecoder
37 * This class defines the decoding half of character encoders. 38 * A
character decoder is an algorithim for transforming 8 bit 39 * binary data
that has been encoded into text by a character 40 * encoder, back into
original binary form. 41 * 42 * The character encoders, in general, have been
structured 43 * around a central theme that binary data can be encoded into
44 * text that has the form: 45 * 46 *
47 * [Buffer Prefix]
48 * [Line Prefix][encoded data atoms][Line Suffix]
49 * [Buffer Suffix]
50 *
51 * 52 * Of course in the simplest encoding schemes, the buffer has no 53 *
distinct prefix of suffix, however all have some fixed relationship 54 *
between the text in an 'atom' and the binary data itself. 55 * 56 * In the
CharacterEncoder and CharacterDecoder classes, one complete 57 * chunk of
data is referred to as a buffer.
|
| 类和说明 |
|---|
| SecurityCoder
加密基类
|
Copyright © 2017. All rights reserved.