|
|||||||||
Home >> All >> cryptix >> openpgp >> [ util overview ] | PREV NEXT |
A
- ACCUM_INIT - Static variable in class cryptix.openpgp.util.PGPCRC
- Initial accumulator value
- accum - Variable in class cryptix.openpgp.util.PGPCRC
- Running CRC
- addMissingHeaders(Properties) - Static method in class cryptix.openpgp.util.PGPArmoury
- Given a set of headers, add the missing ones (version).
- armour(byte[]) - Static method in class cryptix.openpgp.util.PGPArmoury
C
- canonicalize(String) - Static method in class cryptix.openpgp.util.PGPArmoury
- Remove trailing whitespace and replace all line endings with \r\n
- checksum(byte[]) - Static method in class cryptix.openpgp.util.PGPCRC
- Convenience method to calculate PGP CRC over a given buffer.
- checksum(int, byte[]) - Static method in class cryptix.openpgp.util.PGPCRC
- Update the given CRC with the data in the given buffer.
- clearText - Variable in class cryptix.openpgp.util.PGPArmoury
- Clear text of a clearsigned message as a sequence of bytes .
- clearheaders - Variable in class cryptix.openpgp.util.PGPArmoury
- crctable - Static variable in class cryptix.openpgp.util.PGPCRC
- cryptix.openpgp.util - package cryptix.openpgp.util
D
- dashProtect(String) - Static method in class cryptix.openpgp.util.PGPArmoury
- Prefix all vulnerable lines with "- ".
- dec_table - Static variable in class cryptix.openpgp.util.PGPBase64
- A static array that maps ASCII code points to a 6-bit integer, or -1 for an invalid code point.
- decode(byte[]) - Static method in class cryptix.openpgp.util.PGPBase64
- Decodes a byte array containing base64-encoded ASCII.
- decode(String) - Static method in class cryptix.openpgp.util.PGPBase64
- Decodes a base64-encoded String.
- decode(byte[], int, byte, byte, byte, byte) - Static method in class cryptix.openpgp.util.PGPBase64
- Given a block of 4 encoded bytes
{ a, b, c, d }
, this method decodes up to 3 bytes of output, and stores them starting atret[ret_offset]
. - decode(DataInput) - Static method in class cryptix.openpgp.util.PGPMPI
- Read a BigInteger from a stream
- digits - Static variable in class cryptix.openpgp.util.PGPHex
E
- enc_table - Static variable in class cryptix.openpgp.util.PGPBase64
- A static array that maps 6-bit integers to a specific char.
- encode(byte[]) - Static method in class cryptix.openpgp.util.PGPBase64
- Encodes data as a String using base64 encoding.
- encode(DataOutput, BigInteger) - Static method in class cryptix.openpgp.util.PGPMPI
- Write a BigInteger to a stream
- encodeAsByteArray(byte[]) - Static method in class cryptix.openpgp.util.PGPBase64
- Encodes data as a byte array using base64 encoding.
- equals(long, long) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(int, int) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(short, short) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(byte, byte) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(boolean, boolean) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(float, float) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(double, double) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(char, char) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(String, String) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(Date, Date) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(byte[], byte[]) - Static method in class cryptix.openpgp.util.PGPCompare
- equals(Vector, Vector) - Static method in class cryptix.openpgp.util.PGPCompare
F
- fixLineEndings(String, String) - Static method in class cryptix.openpgp.util.PGPArmoury
- Fix line endings to a certain format
G
- getClearText() - Method in class cryptix.openpgp.util.PGPArmoury
- Return the clear text part of this armoured message.
- getData() - Method in class cryptix.openpgp.util.PGPDSAElGamalSignatureParser
- Returns the encoded DER sequence
- getDefaultHeaders() - Static method in class cryptix.openpgp.util.PGPArmoury
- Construct a default set of headers (version).
- getHeaders() - Method in class cryptix.openpgp.util.PGPArmoury
- Return the headers for this armoured message.
- getPayload() - Method in class cryptix.openpgp.util.PGPArmoury
- Return the payload of this armoured message.
- getR() - Method in class cryptix.openpgp.util.PGPDSAElGamalSignatureParser
- Returns the decoded r
- getS() - Method in class cryptix.openpgp.util.PGPDSAElGamalSignatureParser
- Returns the decoded s
- getValue() - Method in class cryptix.openpgp.util.PGPCRC
- Returns the current value of the CRC.
H
- headers - Variable in class cryptix.openpgp.util.PGPArmoury
- Headers of the armoured message.
- headersToString(Properties) - Method in class cryptix.openpgp.util.PGPArmoury
L
- LINEBREAK_LENGTH - Static variable in class cryptix.openpgp.util.PGPBase64
- This is the maximum number of input bytes represented on each line (not the number of output characters).
M
- main(String[]) - Static method in class cryptix.openpgp.util.PGPArmoury
- Static main method to armour and dearmour files.
P
- PGPArmoury - class cryptix.openpgp.util.PGPArmoury.
- Methods for armouring and dearmouring of messages and other objects.
- PGPArmoury(byte[]) - Constructor for class cryptix.openpgp.util.PGPArmoury
- Construct a PGP armored message from the given binary data, assuming default headers (version) and default type ("PGP MESSAGE")
- PGPArmoury(byte[], String) - Constructor for class cryptix.openpgp.util.PGPArmoury
- Construct a PGP armored message from the given binary data and type, assuming default headers (version)
- PGPArmoury(Properties, byte[]) - Constructor for class cryptix.openpgp.util.PGPArmoury
- Construct a PGP armored message from the given binary data and headers, assuming the default type "PGP MESSAGE".
- PGPArmoury(Properties, byte[], String) - Constructor for class cryptix.openpgp.util.PGPArmoury
- Construct a PGP armored message from the given binary data, type and headers.
- PGPArmoury(byte[], byte[]) - Constructor for class cryptix.openpgp.util.PGPArmoury
- Construct a PGP armored message from the given text and signature bytes assuming defaults for the headers.
- PGPArmoury(Properties, byte[], byte[]) - Constructor for class cryptix.openpgp.util.PGPArmoury
- Construct a PGP armoured message from the given headers, text and signature bytes.
- PGPArmoury(String) - Constructor for class cryptix.openpgp.util.PGPArmoury
- Construct a PGP armoured message from already-armoured data.
- PGPBase64 - class cryptix.openpgp.util.PGPBase64.
- This class provides methods for encoding and decoding data in MIME base64 format.
- PGPBase64() - Constructor for class cryptix.openpgp.util.PGPBase64
- Constructor is private because this class only has static methods.
- PGPCRC - class cryptix.openpgp.util.PGPCRC.
- CRC checksum as required by OpenPGP base64 encoded packets.
- PGPCRC() - Constructor for class cryptix.openpgp.util.PGPCRC
- Construct a virgin PGPCRC
- PGPCompare - class cryptix.openpgp.util.PGPCompare.
- Convenience methods to compare objects.
- PGPCompare() - Constructor for class cryptix.openpgp.util.PGPCompare
- PGPDSAElGamalSignatureParser - class cryptix.openpgp.util.PGPDSAElGamalSignatureParser.
- Reads and writes DER encoded DSA and ElGamal signatures.
- PGPDSAElGamalSignatureParser(byte[]) - Constructor for class cryptix.openpgp.util.PGPDSAElGamalSignatureParser
- Initializes the parser with a DER sequence.
- PGPDSAElGamalSignatureParser(BigInteger, BigInteger) - Constructor for class cryptix.openpgp.util.PGPDSAElGamalSignatureParser
- Initializes the parser with the two numbers r and s.
- PGPHex - class cryptix.openpgp.util.PGPHex.
- Hex utilities.
- PGPHex() - Constructor for class cryptix.openpgp.util.PGPHex
- PGPMPI - class cryptix.openpgp.util.PGPMPI.
- Read and write BigIntegers in a PGP compatible format.
- PGPMPI() - Constructor for class cryptix.openpgp.util.PGPMPI
- PGPUpdateable - interface cryptix.openpgp.util.PGPUpdateable.
- Interface for classes that have an 'update' method
- PGPVersion - class cryptix.openpgp.util.PGPVersion.
- Represents the current version.
- PGPVersion() - Constructor for class cryptix.openpgp.util.PGPVersion
- Prevent constructing a PGPVersion object.
- parse(String) - Method in class cryptix.openpgp.util.PGPArmoury
- Unarmour an armoured message.
- payload - Variable in class cryptix.openpgp.util.PGPArmoury
- Signature, or self-contained armoured packet(s)
R
- r - Variable in class cryptix.openpgp.util.PGPDSAElGamalSignatureParser
- Signature values r and s
- removeTrailingWhitespace(String) - Static method in class cryptix.openpgp.util.PGPArmoury
- Remove trailing whitespace
- reset() - Method in class cryptix.openpgp.util.PGPCRC
S
- s - Variable in class cryptix.openpgp.util.PGPDSAElGamalSignatureParser
- Signature values r and s
- stringToHeaders(String, Properties) - Method in class cryptix.openpgp.util.PGPArmoury
T
- TYPE_PUBLIC_KEY - Static variable in class cryptix.openpgp.util.PGPArmoury
- TYPE_SECRET_KEY - Static variable in class cryptix.openpgp.util.PGPArmoury
- toFixedLenByteArray(BigInteger, int) - Static method in class cryptix.openpgp.util.PGPMPI
- Fit (stretch or shrink) the given positive BigInteger into a byte[] of resultByteLen bytes without losing precision.
- toString() - Method in class cryptix.openpgp.util.PGPArmoury
- Armour an unarmoured message.
- toString(byte) - Static method in class cryptix.openpgp.util.PGPHex
- toString(int) - Static method in class cryptix.openpgp.util.PGPHex
- toString(byte[], int, int) - Static method in class cryptix.openpgp.util.PGPHex
- toString(byte[]) - Static method in class cryptix.openpgp.util.PGPHex
- type - Variable in class cryptix.openpgp.util.PGPArmoury
- The type of the contained information
U
- unarmour(String) - Static method in class cryptix.openpgp.util.PGPArmoury
- undashProtect(String) - Static method in class cryptix.openpgp.util.PGPArmoury
- Remove all "- "s from the start of lines.
- update(byte[]) - Method in class cryptix.openpgp.util.PGPCRC
- Update the CRC with the contents of the buffer.
- update(byte[], int, int) - Method in class cryptix.openpgp.util.PGPCRC
- Update the CRC with the contents of the buffer.
- update(int) - Method in class cryptix.openpgp.util.PGPCRC
- Update CRC with given byte.
- update(byte[]) - Method in interface cryptix.openpgp.util.PGPUpdateable
V
- VERSION - Static variable in class cryptix.openpgp.util.PGPVersion
- The version
- VERSION_STRING - Static variable in class cryptix.openpgp.util.PGPVersion
A C D E F G H L M P R S T U V
|
|||||||||
Home >> All >> cryptix >> openpgp >> [ util overview ] | PREV NEXT |