< A B C D E F G H I K L M N O P Q R S T U V W X Z

<

() - Static method in class cryptix.math.BigNum
 
() - Static method in class cryptix.math.BigInteger
 

A

ACCUM_INIT - Static variable in class cryptix.pgp.CRC
 
add_unsigned(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
add_unsigned(BigNum, int) - Static method in class cryptix.math.BigNum
 
add(BigInteger, BigInteger) - Method in class cryptix.math.BigInteger
 
add(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
add(BigNum, int) - Static method in class cryptix.math.BigNum
 
add(byte[]) - Method in class cryptix.pgp.CRC
Adds the contents of the buffer to the CRC.
add(byte[]) - Method in class cryptix.pgp.FileRandomStream
Add some entropy to the generator.
add(byte[]) - Method in class cryptix.security.CSRandomStream
Deprecated. Add some entropy to the generator.
add(byte[]) - Method in class cryptix.security.MessageDigest
Deprecated. Use update(data) instead.
add(byte[], int, int) - Method in class cryptix.security.MessageDigest
Deprecated. Use update(data, offset, length).
add(int) - Method in class cryptix.math.BigInteger
 
add(KeyRingEntry) - Method in class cryptix.pgp.KeyRing
Adds a key to this keyring.
add(PacketByteArray) - Method in class cryptix.pgp.PacketByteArray
Concatenates another PacketByteArray to this one.
add(String) - Method in class cryptix.security.MessageDigest
Deprecated. Use update(cryptix.mime.LegacyString.toByteArray(message)) instead.
add(String, int, int) - Method in class cryptix.security.MessageDigest
Deprecated. Use update(cryptix.mime.LegacyString.toByteArray(message, offset, length)) instead.
addExtasToHash(MD5) - Method in class cryptix.pgp.Signature
 
addKeyRing(PublicKeyRing) - Method in class cryptix.pgp.KeyGlob
Adds publicKeyRing to the KeyGlob's collection.
addKeyRing(SecretKeyRing) - Method in class cryptix.pgp.KeyGlob
Adds secretKeyRing to the KeyGlob's collection.
addNameAndSignatures(UserId, KeyRingTrust, Vector, Vector) - Method in class cryptix.pgp.KeyRingEntry
Adds these names, trust packets and signatures to this entry.
addresses - Variable in class cryptix.pgp.KeyRing
 
Algorithm - interface cryptix.pgp.Algorithm.
Constants describing the various algorithms we can use.
ALWAYS - Static variable in class cryptix.pgp.KeyRingTrust
 
armour(PacketByteArray) - Static method in class cryptix.pgp.ArmouredData
 
ArmouredData - class cryptix.pgp.ArmouredData.
This class represents an ASCII-Armoured message.
ArmouredData(byte[]) - Constructor for class cryptix.pgp.ArmouredData
 
ArmouredData(byte[], PacketByteArray) - Constructor for class cryptix.pgp.ArmouredData
 
ArmouredData(PacketByteArray) - Constructor for class cryptix.pgp.ArmouredData
 
ArmouredData(Properties, byte[], PacketByteArray) - Constructor for class cryptix.pgp.ArmouredData
 
ArmouredData(Properties, PacketByteArray) - Constructor for class cryptix.pgp.ArmouredData
 
ArmouredData(String) - Constructor for class cryptix.pgp.ArmouredData
The following constructors accept text that is already armoured.
ArmouredMessage - class cryptix.pgp.ArmouredMessage.
Deprecated. New code should use ArmouredData in preference to this class.
ArmouredMessage(String, KeyGlob, Passphrase) - Constructor for class cryptix.pgp.ArmouredMessage
Deprecated. Decrypts and verifies an ASCII-armoured encrypted and/or signed message.
ArmouredMessage(String, SecretKey, Vector) - Constructor for class cryptix.pgp.ArmouredMessage
Deprecated. Creates a new ASCII-armoured encrypted and signed message.
Armoury - class cryptix.pgp.Armoury.
Deprecated. New code should use ArmouredData in preference to this class.
Ascii - class cryptix.pgp.charset.Ascii.
$Revision: 1.2 $
assign(BigInteger) - Method in class cryptix.math.BigInteger
 
assign(BigNum, int) - Static method in class cryptix.math.BigNum
 
assign(int) - Method in class cryptix.math.BigInteger
 
authenticated() - Method in class cryptix.pgp.ArmouredMessage
Deprecated.  

B

Base64 - class cryptix.util.mime.Base64.
This class provides methods for encoding and decoding data in MIME base64 format.
Base64() - Constructor for class cryptix.util.mime.Base64
Creates a Base64 transfer-encoding object.
begin() - Method in class cryptix.examples.pgp.KeyGen
 
BigInteger - class cryptix.math.BigInteger.
A class implementing arbitrary-length integers.
BigInteger() - Constructor for class cryptix.math.BigInteger
 
BigInteger(BigInteger) - Constructor for class cryptix.math.BigInteger
 
BigInteger(byte[]) - Constructor for class cryptix.math.BigInteger
 
BigInteger(int) - Constructor for class cryptix.math.BigInteger
 
BigInteger(String) - Constructor for class cryptix.math.BigInteger
 
bigIntFromHash(PublicKey, byte[]) - Static method in class cryptix.pgp.HashFactory
 
bigIntFromHash(PublicKey, byte[], RandomStream) - Static method in class cryptix.pgp.HashFactory
 
BigNum - class cryptix.math.BigNum.
This class is public, but the constructor is protected.
bignum_hashCode() - Method in class cryptix.math.BigNum
 
BigNum() - Constructor for class cryptix.math.BigNum
 
BINARY - Static variable in interface cryptix.pgp.Algorithm
 
BINARY_IMAGE - Static variable in class cryptix.pgp.Signature
 
bit(BigNum, int) - Static method in class cryptix.math.BigNum
 
bitLength() - Method in class cryptix.math.BigInteger
 
bitLength() - Method in class cryptix.security.rsa.PublicKey
Deprecated. Gets the key's bit length.
bitLength(BigNum) - Static method in class cryptix.math.BigNum
 
BITS - Static variable in class cryptix.math.BigNum
 
BLOCK_LENGTH - Static variable in class cryptix.security.IDEA
Deprecated. The length of a block (8 bytes for IDEA).
BLOCK_LENGTH - Static variable in class cryptix.security.Blowfish
Deprecated. The length of a block (8 bytes for Blowfish).
BLOCK_LENGTH - Static variable in class cryptix.security.DES
Deprecated. The length of a block (8 bytes for DES).
BLOCK_LENGTH_MAX - Static variable in class cryptix.security.Blowfish
Deprecated.  
BLOCK_LENGTH_MIN - Static variable in class cryptix.security.Blowfish
Deprecated.  
BlockCipher - class cryptix.security.BlockCipher.
Deprecated.  
BlockCipher(Cipher, byte[]) - Constructor for class cryptix.security.BlockCipher
Deprecated. Constructs a V2.2 block cipher from a JCE cipher.
blockLength() - Method in class cryptix.security.BlockCipher
Deprecated. Use blockSize(), getPlaintextBlockSize() or getCiphertextBlockSize() instead.
blockLengthMax() - Static method in class cryptix.security.SPEED
Deprecated. Returns the maximum block length.
blockLengthMin() - Static method in class cryptix.security.SPEED
Deprecated. Returns the minimum block length.
blockLengthMod() - Static method in class cryptix.security.SPEED
Deprecated. Returns the modulo block length.
blocksize - Variable in class cryptix.security.CFB
Deprecated.  
blockSize - Variable in class cryptix.security.BlockCipher
Deprecated. The algorithm's block size in bytes.
Blowfish - class cryptix.security.Blowfish.
Deprecated.  
BLOWFISH - Static variable in interface cryptix.pgp.Algorithm
 
Blowfish(byte[]) - Constructor for class cryptix.security.Blowfish
Deprecated. This creates a Blowfish block cipher instance, with key data taken from a byte array of a user-defined length.
buf - Variable in class cryptix.math.PseudoRandomStream
 
buffer - Variable in class cryptix.pgp.ConvEncryptedData
 
ByteArray - class cryptix.util.ByteArray.
A class that represents a byte array.
ByteArray(byte[]) - Constructor for class cryptix.util.ByteArray
Constructs a ByteArray from a copy of the data in buf.
ByteArray(byte[], boolean) - Constructor for class cryptix.util.ByteArray
Constructs a ByteArray from data in buf.
byteEncode(String) - Static method in class cryptix.pgp.ArmouredMessage
Deprecated. Use cryptix.mime.LegacyString.toByteArray(text) instead.
byteLength() - Method in class cryptix.math.BigNum
 
bytesLeft - Variable in class cryptix.security.CFB
Deprecated.  

C

CANONICAL_TEXT - Static variable in class cryptix.pgp.Signature
 
Certificate - class cryptix.pgp.Certificate.
This class represents a Packet of type PUBLIC_KEY.
certificate() - Method in class cryptix.pgp.KeyRingEntry
Returns the certificate contained in this entry.
Certificate() - Constructor for class cryptix.pgp.Certificate
 
Certificate(DataInput, int) - Constructor for class cryptix.pgp.Certificate
 
Certificate(Date, int) - Constructor for class cryptix.pgp.Certificate
 
CFB - class cryptix.security.CFB.
Deprecated.  
CFB(BlockCipher) - Constructor for class cryptix.security.CFB
Deprecated. This implements variant B: a unique IV for the feedback register must be provided as the first blockLength characters in the stream.
CharSet - class cryptix.pgp.charset.CharSet.
This class contains static methods to convert between PGP's internal character set, and any charset whose name is recognised by old-PGP.
check_signed - class cryptix.examples.pgp.check_signed.
DOCUMENT ME.
check_signed() - Constructor for class cryptix.examples.pgp.check_signed
 
check_state() - Method in class cryptix.math.BigNum
 
check(PublicKey, MD5) - Method in class cryptix.pgp.Signature
 
check(PublicKey, MessageHash) - Method in class cryptix.pgp.Signature
 
checkAndGetHash(PublicKey, MD5) - Method in class cryptix.pgp.Signature
 
checkKeyRing(DataInput) - Static method in class cryptix.examples.pgp.Test
 
checkSignature(KeyStore, Signature, Certificate, UserId) - Static method in class cryptix.pgp.KeyStore
Checks the signature sig on cert and username using the keys in store.
checkSignature(PublicKey) - Method in class cryptix.examples.pgp.check_signed
 
checkSignature(PublicKey, Signature, Certificate, UserId) - Static method in class cryptix.pgp.KeyStore
Checks the signature sig on key's cert and username using the keys in store.
checkSignature(Signature, Certificate, UserId) - Method in class cryptix.pgp.KeyStore
Checks the signature sig on cert and username using the keys in this keystore.
checkSignatures() - Method in class cryptix.pgp.KeyRing
Checks the signatures assuming all the keys are in this ring.
checkSignatures(KeyStore) - Method in class cryptix.pgp.KeyRing
Checks the signatures assuming that the KeyStore contains all the necessary keys.
checkSignatures(KeyStore) - Method in class cryptix.pgp.KeyRingEntry
Checks the signatures on this entry using the keys in store.
checkSignatures(KeyStore, Certificate) - Method in class cryptix.pgp.UserIdCertificate
 
checksum() - Method in class cryptix.pgp.EncryptedBigInt
 
checksum(byte[]) - Static method in class cryptix.pgp.CRC
 
checksum(int, byte[]) - Static method in class cryptix.pgp.CRC
 
cipher - Variable in class cryptix.security.CFB
Deprecated.  
cipher - Variable in class cryptix.security.CipherFeedback
Deprecated.  
cipher - Variable in class cryptix.security.BlockCipher
Deprecated. The JCE cipher that is delegated to.
CipherFeedback - class cryptix.security.CipherFeedback.
Deprecated.  
CipherFeedback(BlockCipher, byte[]) - Constructor for class cryptix.security.CipherFeedback
Deprecated. This implements variant A: a unique initial value for the feedback register must be provided in the constructor.
ciphertext() - Method in class cryptix.pgp.ArmouredMessage
Deprecated.  
clock() - Method in class cryptix.math.PRSG
Moves the internal state on one cycle.
clone() - Method in class cryptix.math.BigNum
 
clone() - Method in class cryptix.math.BigInteger
 
cmp(BigInteger) - Method in class cryptix.math.BigInteger
 
cmp(BigNum, BigNum) - Static method in class cryptix.math.BigNum
Returns 0 if a == b, -1 if a < b, or 1 if a > b.
Comment - class cryptix.pgp.Comment.
Class representing a comment Packet.
COMMENT - Static variable in class cryptix.pgp.Packet
 
Comment(DataInput, int) - Constructor for class cryptix.pgp.Comment
 
Comment(String) - Constructor for class cryptix.pgp.Comment
 
COMPRESSED - Static variable in class cryptix.pgp.Packet
 
CompressedData - class cryptix.pgp.CompressedData.
Class representing a compressed Packet.
CompressedData(DataInput, int) - Constructor for class cryptix.pgp.CompressedData
 
CompressedData(PacketByteArray) - Constructor for class cryptix.pgp.CompressedData
 
CompressedData(PacketByteArray, int) - Constructor for class cryptix.pgp.CompressedData
 
conv_decrypt - class cryptix.examples.pgp.conv_decrypt.
DOCUMENT ME.
conv_decrypt() - Constructor for class cryptix.examples.pgp.conv_decrypt
 
conv_encrypt - class cryptix.examples.pgp.conv_encrypt.
DOCUMENT ME.
conv_encrypt() - Constructor for class cryptix.examples.pgp.conv_encrypt
 
CONV_ENCRYPTED - Static variable in class cryptix.pgp.Packet
 
ConvEncryptedData - class cryptix.pgp.ConvEncryptedData.
Class representing an encrypted Packet.
ConvEncryptedData(byte[], byte[], RandomStream) - Constructor for class cryptix.pgp.ConvEncryptedData
 
ConvEncryptedData(DataInput, int) - Constructor for class cryptix.pgp.ConvEncryptedData
 
copy(BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
copy(Object) - Method in class cryptix.math.BigNum
 
copy(Object) - Method in class cryptix.math.BigInteger
 
copy(Object) - Method in class cryptix.security.rsa.PublicKey
Deprecated. Copies a key if it is an instance of cryptix.security.rsa.PublicKey.
Cp850 - class cryptix.pgp.charset.Cp850.
$Revision: 1.2 $
Cp852 - class cryptix.pgp.charset.Cp852.
$Revision: 1.2 $
Cp860 - class cryptix.pgp.charset.Cp860.
$Revision: 1.2 $
Cp866 - class cryptix.pgp.charset.Cp866.
$Revision: 1.2 $
CRC - class cryptix.pgp.CRC.
This class calculates the CRC check as required by PGP base64 encoded packets.
crc() - Method in class cryptix.pgp.CRC
Returns the current value of the CRC.
CRC() - Constructor for class cryptix.pgp.CRC
 
CreateHash(byte[]) - Static method in class cryptix.security.SHA0
Deprecated. Use new MessageHash("SHA-0", hash) instead.
CreateHash(byte[]) - Static method in class cryptix.security.MD5
Deprecated. Use new MessageHash("MD5", hash) instead.
CreateHash(byte[]) - Static method in class cryptix.security.SHA
Deprecated. Use new MessageHash("SHA-1", hash) instead.
createKey(int) - Method in class cryptix.security.rsa.RSAKeyGen
This function creates a Secret Key.
createKey(int, int, RSAKeyGenObserver) - Method in class cryptix.examples.pgp.VanityRSAKeyGen
 
createKey(int, RSAKeyGenObserver) - Method in class cryptix.security.rsa.RSAKeyGen
An observer class is used to monitor progress.
createKey(RandomStream, int) - Static method in class cryptix.security.rsa.RSAKeyGen
This function creates a Secret Key.
createKey(RandomStream, int, RSAKeyGenObserver) - Static method in class cryptix.security.rsa.RSAKeyGen
An observer class is used to monitor progress.
CRLF - class cryptix.util.mime.CRLF.
This class provides static methods to convert strings to and from the MIME "canonical" form, in which all line breaks are represented as ASCII CR followed by ASCII LF.
cryptFast(BigInteger, BigInteger) - Method in class cryptix.security.rsa.SecretKey
Deprecated. Performs a fast encryption/decryption, using the Chinese Remainder Theorem.
Cryptix - class cryptix.security.Cryptix.
Deprecated.  
cryptix.examples.pgp - package cryptix.examples.pgp
 
cryptix.math - package cryptix.math
 
cryptix.mime - package cryptix.mime
 
cryptix.pgp - package cryptix.pgp
 
cryptix.pgp.charset - package cryptix.pgp.charset
 
cryptix.security - package cryptix.security
 
cryptix.security.rsa - package cryptix.security.rsa
 
cryptix.util - package cryptix.util
 
cryptix.util.mime - package cryptix.util.mime
 
CryptoError - error cryptix.security.CryptoError.
Deprecated.  
CryptoError(String) - Constructor for class cryptix.security.CryptoError
Deprecated. Constructs a CryptoError with the specified detail message.
CSRandomStream - class cryptix.security.CSRandomStream.
Deprecated.  
CSRandomStream(byte[]) - Constructor for class cryptix.security.CSRandomStream
Deprecated. Creates a new Cryptographically Secure Random Stream from a seed.
ctbToLengthSpecifier(int) - Static method in class cryptix.pgp.Packet
 
ctbToType(int) - Static method in class cryptix.pgp.Packet
 
currentByte - Variable in class cryptix.security.CipherFeedback
Deprecated.  

D

d_ - Variable in class cryptix.security.rsa.SecretKey
Deprecated. the private exponent
d() - Method in class cryptix.security.rsa.SecretKey
Deprecated. Returns the private exponent, d.
DashProtected - class cryptix.pgp.DashProtected.
This class enables the encoding and decoding of the "- " protection which will protect a String against some forms of corruption during email transport.
DashProtected() - Constructor for class cryptix.pgp.DashProtected
 
data - Variable in class cryptix.pgp.UserId
 
data - Variable in class cryptix.pgp.PacketByteArray
 
data - Variable in class cryptix.pgp.Comment
 
data - Variable in class cryptix.pgp.SignedData
 
data - Variable in class cryptix.util.ByteArray
 
DATA_LENGTH - Static variable in class cryptix.security.SHA0
Deprecated. Length of a block (the number of bytes hashed in every transform).
DATA_LENGTH - Static variable in class cryptix.security.MD5
Deprecated. Length of a block (the number of bytes hashed in every transform).
DATA_LENGTH - Static variable in class cryptix.security.SHA
Deprecated. Length of a block (the number of bytes hashed in every transform).
data() - Method in class cryptix.pgp.LiteralData
 
data(byte[]) - Method in class cryptix.pgp.Message
 
data(byte[]) - Method in class cryptix.pgp.ConvEncryptedData
 
dataAsByteArrayInputStream() - Method in class cryptix.pgp.SignedData
 
dataAsString() - Method in class cryptix.pgp.SignedData
 
daysValid - Variable in class cryptix.pgp.Certificate
 
dec_table - Static variable in class cryptix.util.mime.Base64
A static array that maps ASCII code points to a 6-bit integer, or -1 for an invalid code point.
dec() - Method in class cryptix.math.BigInteger
 
dec(BigNum) - Static method in class cryptix.math.BigNum
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Cp850
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Keybcs
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Cp866
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Ascii
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Cp852
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Next
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Cp860
 
decode(byte[]) - Static method in class cryptix.pgp.charset.Mac
 
decode(byte[]) - Method in class cryptix.util.mime.Base64
Decodes a byte array containing base64-encoded ASCII.
decode(byte[]) - Static method in class cryptix.util.mime.CRLF
Convert all canonical line breaks with a byte array (represented by "\r\n") to machine-specific linebreaks.
decode(byte[]) - Method in class cryptix.util.mime.TransferEncoding
Decodes a byte array containing encoded ASCII.
decode(byte[], String) - Static method in class cryptix.pgp.charset.CharSet
Convert a byte[] buffer from the specified charset to PGP's internal form.
decode(String) - Static method in class cryptix.pgp.DashProtected
Remove all "- "s from the start of lines.
decode(String) - Method in class cryptix.util.mime.Base64
Decodes a base64-encoded String.
decode(String) - Static method in class cryptix.util.mime.CRLF
Converts all canonical line breaks with a string (represented by "\r\n") to machine-specific linebreaks.
decode(String) - Method in class cryptix.util.mime.TransferEncoding
Decodes a encoded String.
decode(String) - Method in class cryptix.util.mime.QuotedPrintable
Takes a quoted-printable encoding and decodes it to find the corresponding sequence of bytes.
decodeChecksum(String) - Static method in class cryptix.pgp.Armoury
Deprecated. Decode the checksum contained in the String s.
decrypt(BigInteger) - Method in class cryptix.security.rsa.SecretKey
Deprecated. Decrypts a number.
decrypt(byte[]) - Method in class cryptix.security.StreamCipher
Deprecated. This function decrypts a block of data.
decrypt(byte[]) - Method in class cryptix.security.BlockCipher
Deprecated. Use initDecrypt(key) and update(buf, 0, buf.length, text, 0) instead.
decrypt(byte[], byte[]) - Method in class cryptix.security.StreamCipher
Deprecated. This function decrypts a block of data.
decrypt(byte[], byte[]) - Method in class cryptix.security.BlockCipher
Deprecated. Use initDecrypt(key) and update(in, 0, in.length, out, 0) instead.
decrypt(byte[], int, byte[], int) - Method in class cryptix.security.BlockCipher
Deprecated. Use initDecrypt(key) and update(in, inOffset, blockSize, out, outOffset) instead.
decrypt(byte[], int, byte[], int, int) - Method in class cryptix.pgp.PGPCFB
This function decrypts a block of data.
decrypt(byte[], int, byte[], int, int) - Method in class cryptix.security.StreamCipher
Deprecated. This function decrypts a block of data.
decrypt(byte[], int, byte[], int, int) - Method in class cryptix.security.CFB
Deprecated. This function decrypts a block of data.
decrypt(byte[], int, byte[], int, int) - Method in class cryptix.security.CipherFeedback
Deprecated. This function decrypts a block of data.
decrypt(StreamCipher) - Method in class cryptix.pgp.EncryptedBigInt
 
DecryptException - exception cryptix.pgp.DecryptException.
This exception is thrown when data cannot be successfully decrypted.
DecryptException() - Constructor for class cryptix.pgp.DecryptException
 
DecryptException(String) - Constructor for class cryptix.pgp.DecryptException
 
deriveKeys(BigInteger, BigInteger, BigInteger) - Method in class cryptix.security.rsa.RSAKeyGen
An observer class is used to monitor progress.
DES - class cryptix.security.DES.
Deprecated.  
DES(byte[]) - Constructor for class cryptix.security.DES
Deprecated. This creates a DES block cipher instance, with key data taken from a byte array of a user-defined length.
digest() - Method in class cryptix.security.MessageDigestOutputStream
Completes the digest and resets.
digest() - Method in class cryptix.security.MessageDigest
Deprecated.  
digest(byte[]) - Method in class cryptix.security.MessageDigest
Deprecated.  
digestAsHash() - Method in class cryptix.security.MessageDigestOutputStream
Completes the digest and resets.
digestAsHash() - Method in class cryptix.security.MessageDigest
Deprecated. Replace md.digestAsHash() with MessageHash.fromDigest(md).
din - Variable in class cryptix.pgp.PacketInputStream
 
display(PrintStream, BigNum) - Static method in class cryptix.math.BigNum
 
display(PrintWriter, BigNum) - Static method in class cryptix.math.BigNum
 
div(BigInteger, BigInteger) - Method in class cryptix.math.BigInteger
 
div(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
div(BigNum, BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
dout - Variable in class cryptix.pgp.PacketOutputStream
 
dTest - class cryptix.examples.pgp.dTest.
Decrypts a file (name in argv[0]) to the screen Demonstrates the ArmouredMessage, Passphrase and SecretKeyRing classes.
dTest() - Constructor for class cryptix.examples.pgp.dTest
 
dump(PrintStream) - Method in class cryptix.pgp.KeyRing
Debug dump of key ring.

E

e_ - Variable in class cryptix.security.rsa.PublicKey
Deprecated. The public exponent as a cryptix.math.BigInteger.
e() - Method in class cryptix.security.rsa.PublicKey
Deprecated. Returns a new cryptix.math.BigInteger equal to the public exponent.
EmailAddress - class cryptix.util.EmailAddress.
Represents an Internet e-mail address - username and host can be retrieved separately.
EmailAddress(String) - Constructor for class cryptix.util.EmailAddress
Constructs an EmailAddress from the given friendly address.
enc_table - Static variable in class cryptix.util.mime.Base64
A static array that maps 6-bit integers to a specific char.
encode(byte[]) - Static method in class cryptix.pgp.charset.Cp850
 
encode(byte[]) - Static method in class cryptix.pgp.charset.Keybcs
 
encode(byte[]) - Static method in class cryptix.pgp.charset.Cp866
 
encode(byte[]) - Static method in class cryptix.pgp.charset.Ascii
 
encode(byte[]) - Static method in class cryptix.pgp.charset.Cp852
 
encode(byte[]) - Static method in class cryptix.pgp.charset.Next
 
encode(byte[]) - Static method in class cryptix.pgp.charset.Cp860
 
encode(byte[]) - Static method in class cryptix.pgp.charset.Mac
 
encode(byte[]) - Method in class cryptix.util.mime.Base64
Encodes data as a String using base64 encoding.
encode(byte[]) - Static method in class cryptix.util.mime.CRLF
Converts all line breaks within a byte array (represented by either "\r", "\n" or "\r\n") to canonical ("\r\n") linebreaks.
encode(byte[]) - Method in class cryptix.util.mime.TransferEncoding
Encodes data as a String using this Content-Transfer-Encoding.
encode(byte[]) - Method in class cryptix.util.mime.QuotedPrintable
Encodes a byte array using quoted-printable encoding, and returns the result as a String.
encode(byte[], String) - Static method in class cryptix.pgp.charset.CharSet
Convert a byte[] buffer from PGP's internal form to the specified charset.
encode(String) - Static method in class cryptix.pgp.DashProtected
Prefix all vulnerable lines with "- ".
encode(String) - Static method in class cryptix.util.mime.CRLF
Converts all line breaks within a string (represented by either "\r", "\n" or "\r\n") to canonical ("\r\n") linebreaks.
encodeAsByteArray(byte[]) - Method in class cryptix.util.mime.Base64
Encodes data as a byte array using base64 encoding.
encodeAsByteArray(byte[]) - Method in class cryptix.util.mime.TransferEncoding
Encodes data as a byte array using this Content-Transfer-Encoding.
encrypt(BigInteger) - Method in class cryptix.security.rsa.PublicKey
Deprecated. Encrypts a number using this key.
encrypt(BigInteger) - Method in class cryptix.security.rsa.SecretKey
Deprecated. Encrypts a number.
encrypt(byte[]) - Method in class cryptix.security.StreamCipher
Deprecated. This function encrypts a block of data.
encrypt(byte[]) - Method in class cryptix.security.BlockCipher
Deprecated. Use initEncrypt(key) and update(buf, 0, buf.length, text, 0) instead.
encrypt(byte[], byte[]) - Method in class cryptix.security.StreamCipher
Deprecated. This function encrypts a block of data.
encrypt(byte[], byte[]) - Method in class cryptix.security.BlockCipher
Deprecated. Use initEncrypt(key) and update(in, 0, in.length, out, 0) instead.
encrypt(byte[], int, byte[], int) - Method in class cryptix.security.BlockCipher
Deprecated. Use initEncrypt(key) and update(in, inOffset, blockSize, out, outOffset) instead.
encrypt(byte[], int, byte[], int, int) - Method in class cryptix.pgp.PGPCFB
This function encrypts a block of data.
encrypt(byte[], int, byte[], int, int) - Method in class cryptix.security.StreamCipher
Deprecated. This function encrypts a block of data.
encrypt(byte[], int, byte[], int, int) - Method in class cryptix.security.CFB
Deprecated. This function encrypts a block of data.
encrypt(byte[], int, byte[], int, int) - Method in class cryptix.security.CipherFeedback
Deprecated. This function encrypts a block of data.
encrypted() - Method in class cryptix.pgp.ArmouredMessage
Deprecated.  
EncryptedBigInt - class cryptix.pgp.EncryptedBigInt.
An encrypted BigInteger class (used by SecretKeyCertificate).
EncryptedBigInt(BigInteger, StreamCipher) - Constructor for class cryptix.pgp.EncryptedBigInt
 
EncryptedBigInt(DataInput) - Constructor for class cryptix.pgp.EncryptedBigInt
 
EncryptedSecretKey - class cryptix.pgp.EncryptedSecretKey.
An encrypted secret key class (used by SecretKeyCertificate).
EncryptedSecretKey(byte[]) - Constructor for class cryptix.pgp.EncryptedSecretKey
 
EncryptedSecretKey(DataInput) - Constructor for class cryptix.pgp.EncryptedSecretKey
 
EncryptedSecretKey(SecretKey, Passphrase, RandomStream) - Constructor for class cryptix.pgp.EncryptedSecretKey
 
EncryptException - exception cryptix.pgp.EncryptException.
This exception is thrown when data cannot be successfully encrypted.
EncryptException() - Constructor for class cryptix.pgp.EncryptException
 
EncryptException(String) - Constructor for class cryptix.pgp.EncryptException
 
entriesById - Variable in class cryptix.pgp.KeyRing
 
equals(Object) - Method in class cryptix.math.BigInteger
Tests whether another object is equal to this one.
equals(Object) - Method in class cryptix.util.ByteArray
 
equals(Object) - Method in class cryptix.util.EmailAddress
 
equals(Object) - Method in class cryptix.security.MessageHash
Tests whether this object is equal to another object.
equals(Object) - Method in class cryptix.security.rsa.PublicKey
Deprecated. Tests whether another object is equal to this one.
esTest - class cryptix.examples.pgp.esTest.
Encrypts and signs a string (messageText) and writes the ciphertext to es-test.asc Demonstrates the ArmouredMessage, Passphrase, PublicKeyRing, SecretKeyRing and EmailAddress classes.
esTest() - Constructor for class cryptix.examples.pgp.esTest
 
eTest - class cryptix.examples.pgp.eTest.
Encrypts a string (messageText) and writes the ciphertext to e-test.asc Demonstrates the ArmouredMessage and PublicKeyRing classes.
eTest() - Constructor for class cryptix.examples.pgp.eTest
 
euclid(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
even(BigNum) - Static method in class cryptix.math.BigNum
 
expired() - Method in class cryptix.pgp.Certificate
 
extended_euclid(BigNum, BigNum, BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 

F

fetch(EmailAddress) - Method in class cryptix.pgp.KeyClient
 
fetch(EmailAddress) - Method in class cryptix.pgp.WebClient
 
fetch(EmailAddress, KeyID) - Method in class cryptix.pgp.KeyClient
 
fetch(EmailAddress, KeyID) - Method in class cryptix.pgp.WebClient
WebClient doesn't need an address as it queries a master keyserver.
fetch(KeyID) - Method in class cryptix.pgp.WebClient
 
fetch(String) - Method in class cryptix.pgp.KeyClient
fetch() is overridden by child classes to provide the 'meat' of these classes.
fetch(String) - Method in class cryptix.pgp.WebClient
Called by KeyClient.getKey() to fetch a key using a specific protocol.
filename() - Method in class cryptix.pgp.LiteralData
 
FileRandomStream - class cryptix.pgp.FileRandomStream.
A random stream that uses a seed file to provide an initial source of entropy.
FileRandomStream() - Constructor for class cryptix.pgp.FileRandomStream
Constructs a FileRandomStream with no seed file.
FileRandomStream(File) - Constructor for class cryptix.pgp.FileRandomStream
Constructs a FileRandomStream with the given seed file.
FileView - class cryptix.examples.pgp.FileView.
DOCUMENT ME.
FileView() - Constructor for class cryptix.examples.pgp.FileView
 
finalize() - Method in class cryptix.pgp.FileRandomStream
 
finalize() - Method in class cryptix.math.BigNum
 
finalize() - Method in class cryptix.math.BigInteger
 
FINDING_P - Static variable in interface cryptix.security.rsa.RSAKeyGenObserver
the RSA Key Generator is searching for a suitable P
FINDING_Q - Static variable in interface cryptix.security.rsa.RSAKeyGenObserver
the RSA Key Generator is searching for a suitable Q
fingerPrint() - Method in class cryptix.security.rsa.PublicKey
Deprecated. Gets the key's fingerprint.
FormatException - exception cryptix.pgp.FormatException.
This exception is thrown when data has an invalid format.
FormatException() - Constructor for class cryptix.pgp.FormatException
 
FormatException(String) - Constructor for class cryptix.pgp.FormatException
 
fromBinary(byte[]) - Method in class cryptix.math.BigNum
 
fromByteArray(byte[]) - Method in class cryptix.math.BigInteger
 
fromDigest(MessageDigest) - Static method in class cryptix.security.MessageHash
Creates a MessageHash with the value found by calling the digest() method on md.
fromDigest(MessageDigest, byte[]) - Static method in class cryptix.security.MessageHash
Creates a MessageHash with the value found by calling the digest(byte[]) method on md.
fromJavaMathBigInteger(BigInteger) - Static method in class cryptix.math.BigInteger
Convert from a java.math.BigInteger to a cryptix.math.BigInteger.
fromString(String) - Static method in class cryptix.pgp.HashFactory
 
fromString(String) - Method in class cryptix.math.BigInteger
 

G

gcd(BigNum, BigNum) - Method in class cryptix.math.BigInteger
 
gcd(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
getAlgorithm() - Method in class cryptix.pgp.CompressedData
 
getAlgorithm() - Method in class cryptix.security.MessageHash
Returns the name of the algorithm associated with this hash.
getBuffer() - Method in class cryptix.pgp.LiteralData
 
getBuffer() - Method in class cryptix.pgp.ConvEncryptedData
 
getClearText() - Method in class cryptix.pgp.ArmouredData
 
getData() - Method in class cryptix.pgp.CompressedData
 
getData() - Method in class cryptix.util.ByteArray
Returns a copy of this ByteArray's data.
getDefaultLengthSpecifier() - Method in class cryptix.pgp.Packet
 
getDefaultLengthSpecifier() - Method in class cryptix.pgp.KeyRingTrust
What is this packet's default length?
getDefaultLengthSpecifier() - Method in class cryptix.pgp.UserId
 
getDefaultLengthSpecifier() - Method in class cryptix.pgp.Comment
 
getEncryptionKey() - Method in class cryptix.pgp.PublicKeyEncrypted
 
getFullNameList(KeyID) - Method in class cryptix.pgp.KeyRing
Gets a list of all the names on the key with ID keyID.
getFullUserNameList() - Method in class cryptix.pgp.KeyRing
Gets a list of all the usernames of keys on this keyring.
getIfBegins(Enumeration, String) - Method in class cryptix.pgp.KeyRing
 
getKey(EmailAddress) - Method in class cryptix.pgp.KeyClient
 
getKey(EmailAddress) - Method in class cryptix.pgp.PublicKeyRing
Retrieves a key by any of the e-mail addresses on it.
getKey(EmailAddress) - Method in class cryptix.pgp.KeyGlob
Tries to find a public key for address.
getKey(EmailAddress, KeyID) - Method in class cryptix.pgp.KeyClient
 
getKey(EmailAddress, Passphrase) - Method in class cryptix.pgp.SecretKeyRing
Retrieves a key by any of the e-mail addresses on it.
getKey(int, RandomStream) - Method in class cryptix.examples.pgp.KeyGen
 
getKey(int, RandomStream) - Method in class cryptix.examples.pgp.VanityKeyGen
 
getKey(KeyID) - Method in class cryptix.pgp.KeyStore
 
getKey(KeyID) - Method in class cryptix.pgp.KeyClient
 
getKey(KeyID) - Method in class cryptix.pgp.PublicKeyRing
Retrieves a key by its ID.
getKey(KeyID) - Method in class cryptix.pgp.KeyGlob
Tries to find a public key for id.
getKey(KeyID) - Method in class cryptix.pgp.SecretKeyRing
DON'T USE THIS - it's only here to allow SecretKeyRing to fit into this class hierarchy.
getKey(KeyID) - Method in class cryptix.examples.pgp.KeyRingTest
 
getKey(KeyID, Passphrase) - Method in class cryptix.pgp.SecretKeyRing
Retrieves a key by its ID.
getKey(SecretKey) - Method in class cryptix.pgp.PublicKeyEncrypted
 
getKey(String) - Method in class cryptix.pgp.KeyStore
 
getKey(String) - Method in class cryptix.pgp.KeyClient
 
getKey(String) - Method in class cryptix.pgp.PublicKeyRing
Retrieves a key by any of the user names on it.
getKey(String) - Method in class cryptix.pgp.KeyGlob
Tries to find a public key for name.
getKey(String) - Method in class cryptix.pgp.SecretKeyRing
DON'T USE THIS - it's only here to allow SecretKeyRing to fit into this class hierarchy.
getKey(String) - Method in class cryptix.examples.pgp.KeyRingTest
 
getKey(String, Passphrase) - Method in class cryptix.pgp.SecretKeyRing
Retrieves a key by any of the user names on it.
getKeyId() - Method in class cryptix.pgp.Signature
 
getKeyId() - Method in class cryptix.pgp.SignedData
 
getKeyLength() - Method in class cryptix.examples.pgp.KeyGen
 
getKeyTrust(KeyID) - Method in class cryptix.pgp.KeyRing
How much is the key with ID keyId trusted by this user?
getKeyTrust(KeyID) - Method in class cryptix.pgp.SecretKeyRing
 
getKeyTrust(KeyID, boolean) - Method in class cryptix.pgp.KeyGlob
Gets the trust value for a given key ID.
getMajorVersion() - Static method in class cryptix.security.Cryptix
Deprecated. Use CryptixProperties.getMajorVersion().
getMinorVersion() - Static method in class cryptix.security.Cryptix
Deprecated. Use CryptixProperties.getMinorVersion().
getPacketLength(int) - Method in class cryptix.pgp.PacketByteArray
 
getPacketOffset(int) - Method in class cryptix.pgp.PacketByteArray
 
getPacketType(int) - Method in class cryptix.pgp.PacketByteArray
 
getPassphrase() - Method in class cryptix.examples.pgp.KeyGen
WARNING this prints the passphrase out on to the screen.
getPayload() - Method in class cryptix.pgp.ArmouredData
 
getProperties() - Method in class cryptix.pgp.ArmouredData
 
getPublicKey(EmailAddress) - Method in class cryptix.pgp.KeyRing
 
getPublicKey(KeyID) - Method in class cryptix.pgp.KeyRing
 
getRandomStream(int) - Method in class cryptix.examples.pgp.KeyGen
This is NOT VERY SECURE as the seed is rather simplistic.
getSecretKey(EmailAddress, Passphrase) - Method in class cryptix.pgp.KeyRing
 
getSecretKey(KeyID, Passphrase) - Method in class cryptix.pgp.KeyRing
 
getSecretKey(KeyID, Passphrase) - Method in class cryptix.pgp.KeyGlob
Tries to find a secret key for id, and decrypt it with passphrase.
getSecretKey(Passphrase) - Method in class cryptix.pgp.SecretKeyCertificate
 
getSecretKey(String, Passphrase) - Method in class cryptix.pgp.KeyGlob
Tries to find a secret key for name, and decrypt it with passphrase.
getSignatureKeyId() - Method in class cryptix.examples.pgp.check_signed
 
getSignatureType() - Method in class cryptix.pgp.Signature
 
getTrustValue() - Method in class cryptix.pgp.UserIdCertificate
 
getType() - Method in class cryptix.pgp.Packet
 
getType() - Method in class cryptix.pgp.KeyRingTrust
What type of packet is this?
getType() - Method in class cryptix.pgp.Certificate
 
getType() - Method in class cryptix.pgp.SecretKeyCertificate
 
getType() - Method in class cryptix.pgp.UserId
 
getType() - Method in class cryptix.pgp.LiteralData
 
getType() - Method in class cryptix.pgp.Comment
 
getType() - Method in class cryptix.pgp.CompressedData
 
getType() - Method in class cryptix.pgp.Signature
 
getType() - Method in class cryptix.pgp.ConvEncryptedData
 
getType() - Method in class cryptix.pgp.PublicKeyEncrypted
 
getUserIdCertificates() - Method in class cryptix.pgp.KeyRingEntry
Returns an array containing all the user ID certificates contained in this entry.
getUserName() - Method in class cryptix.examples.pgp.KeyGen
 
getUserName(KeyID) - Method in class cryptix.pgp.KeyClient
 
getUserName(KeyID) - Method in class cryptix.pgp.KeyRing
Returns the primary name of the user who owns the key referenced by keyID.
getUserName(KeyID) - Method in class cryptix.pgp.KeyGlob
Returns the name of a user whose key has ID keyID.
getUserName(KeyID) - Method in class cryptix.pgp.WebClient
 
getVersionString() - Static method in class cryptix.security.Cryptix
Deprecated. Use CryptixProperties.getVersionString().
grow(BigNum, int) - Static method in class cryptix.math.BigNum
 
GZIP - Static variable in interface cryptix.pgp.Algorithm
 

H

handleEvent(int) - Method in interface cryptix.math.TestPrimeObserver
 
handleEvent(int) - Method in class cryptix.security.rsa.KeyGenThread
 
handleEvent(int) - Method in class cryptix.examples.pgp.KeyGen
 
HAS_SMALL_FACTORS - Static variable in interface cryptix.math.TestPrimeObserver
 
HASH_LENGTH - Static variable in class cryptix.security.SHA0
Deprecated. Length of the final hash (in bytes).
HASH_LENGTH - Static variable in class cryptix.security.MD5
Deprecated. Length of the final hash (in bytes).
HASH_LENGTH - Static variable in class cryptix.security.SHA
Deprecated. Length of the final hash (in bytes).
hash_length() - Method in class cryptix.security.MessageDigest
Deprecated. Use getDigestLength() instead.
hash() - Method in class cryptix.pgp.Passphrase
Deprecated.  
hash(byte[]) - Static method in class cryptix.security.SHA0
Deprecated. Use MessageDigest.getInstance("SHA-0", "Cryptix").digest(data) instead.
hash(byte[]) - Static method in class cryptix.security.MD5
Deprecated. Use MessageDigest.getInstance("MD5", "Cryptix").digest(data) instead.
hash(byte[]) - Static method in class cryptix.security.SHA
Deprecated. Use MessageDigest.getInstance("SHA-1", "Cryptix").digest(data) instead.
hash(byte[], MessageDigest) - Static method in class cryptix.security.MessageDigest
Deprecated. Use md.digest(data) instead.
hash(String) - Static method in class cryptix.security.SHA0
Deprecated. Use MessageDigest.getInstance("SHA-0", "Cryptix").digest(cryptix.mime.LegacyString.toByteArray(str)) instead.
hash(String) - Static method in class cryptix.security.MD5
Deprecated. Use MessageDigest.getInstance("MD5", "Cryptix").digest(cryptix.mime.LegacyString.toByteArray(str)) instead.
hash(String) - Static method in class cryptix.security.SHA
Deprecated. Use MessageDigest.getInstance("SHA-1", "Cryptix").digest(cryptix.mime.LegacyString.toByteArray(str)) instead.
hash(String, MessageDigest) - Static method in class cryptix.security.MessageDigest
Deprecated.  
hashAsMessageHash(byte[]) - Static method in class cryptix.security.SHA0
Deprecated. Use MessageHash.fromDigest(MessageDigest.getInstance("SHA-0", "Cryptix"), data) instead.
hashAsMessageHash(byte[]) - Static method in class cryptix.security.MD5
Deprecated. Use MessageHash.fromDigest(MessageDigest.getInstance("MD5", "Cryptix"), data) instead.
hashAsMessageHash(byte[]) - Static method in class cryptix.security.SHA
Deprecated. Use MessageHash.fromDigest(MessageDigest.getInstance("SHA-1", "Cryptix"), data) instead.
hashAsMessageHash(String) - Static method in class cryptix.security.SHA0
Deprecated. Use MessageHash.fromDigest(MessageDigest.getInstance("SHA-0", "Cryptix"), cryptix.mime.LegacyString.toByteArray(str)) instead.
hashAsMessageHash(String) - Static method in class cryptix.security.MD5
Deprecated. Use MessageHash.fromDigest(MessageDigest.getInstance("MD5", "Cryptix"), cryptix.mime.LegacyString.toByteArray(str)) instead.
hashAsMessageHash(String) - Static method in class cryptix.security.SHA
Deprecated. Use MessageHash.fromDigest(MessageDigest.getInstance("SHA-1", "Cryptix"), cryptix.mime.LegacyString.toByteArray(str)) instead.
hashCode() - Method in class cryptix.util.ByteArray
 
hashCode() - Method in class cryptix.util.EmailAddress
 
hashCode() - Method in class cryptix.security.MessageHash
 
HashFactory - class cryptix.pgp.HashFactory.
Static methods to read and write message hashes.
hashFromBigInt(BigInteger) - Static method in class cryptix.pgp.HashFactory
 
HashMD5 - class cryptix.security.HashMD5.
Deprecated. Use MessageHash instead.
HashMD5(byte[]) - Constructor for class cryptix.security.HashMD5
Deprecated. Use new MessageHash("MD5", hash) (note that this does not check the hash length).
HashMD5(MD5) - Constructor for class cryptix.security.HashMD5
Deprecated. Use MessageHash.fromDigest(md).
HashSHA - class cryptix.security.HashSHA.
Deprecated. Use MessageHash instead.
HashSHA(byte[]) - Constructor for class cryptix.security.HashSHA
Deprecated. Use new MessageHash("SHA-1", hash) (note that this does not check the hash length).
HashSHA(SHA) - Constructor for class cryptix.security.HashSHA
Deprecated. Use MessageHash.fromDigest(md).
HashSHA0 - class cryptix.security.HashSHA0.
Deprecated. Use MessageHash instead.
HashSHA0(byte[]) - Constructor for class cryptix.security.HashSHA0
Deprecated. Use new MessageHash("SHA-0", hash) (note that this does not check the hash length).
HashSHA0(SHA0) - Constructor for class cryptix.security.HashSHA0
Deprecated. Use MessageHash.fromDigest(md).
hasSmallFactor(BigInteger) - Static method in class cryptix.math.TestPrime
 
hasSmallFactor(BigInteger, TestPrimeObserver) - Static method in class cryptix.math.TestPrime
 
host() - Method in class cryptix.util.EmailAddress
Gets the host name/domain for this address (i.e. the portion after the "@" symbol).
hostPath() - Method in class cryptix.util.EmailAddress
Gets a Vector containing each dot-separated component of the host name.

I

i0 - Variable in class cryptix.math.PRSG
 
i1 - Variable in class cryptix.math.PRSG
 
i2 - Variable in class cryptix.math.PRSG
 
i3 - Variable in class cryptix.math.PRSG
 
i4 - Variable in class cryptix.math.PRSG
 
id() - Method in class cryptix.pgp.SecretKeyCertificate
Gets the key ID.
id() - Method in class cryptix.pgp.EncryptedSecretKey
Gets the key ID.
id() - Method in class cryptix.security.rsa.PublicKey
Deprecated. Gets the key's ID.
IDEA - class cryptix.security.IDEA.
Deprecated.  
IDEA - Static variable in interface cryptix.pgp.Algorithm
 
IDEA(byte[]) - Constructor for class cryptix.security.IDEA
Deprecated. This creates an IDEA block cipher instance, with key data taken from a 16-byte array.
in - Variable in class cryptix.examples.pgp.KeyGen
 
inc() - Method in class cryptix.math.BigInteger
 
inc(BigNum) - Static method in class cryptix.math.BigNum
 
init(File) - Method in class cryptix.pgp.FileRandomStream
(Re-)initializes the generator.
init(PacketInputStream) - Method in class cryptix.pgp.KeyRing
Subclasses should override this method to read entries from an InputStream.
init(PacketInputStream) - Method in class cryptix.pgp.PublicKeyRing
 
init(PacketInputStream) - Method in class cryptix.pgp.SecretKeyRing
 
init(PacketInputStream) - Method in class cryptix.examples.pgp.KeyRingTest
 
insane() - Method in class cryptix.security.rsa.SecretKey
Deprecated. Performs a sanity check on the key.
intoBinary(byte[]) - Method in class cryptix.math.BigNum
 
INTRODUCER1 - Static variable in class cryptix.pgp.KeyRingTrust
 
INTRODUCER2 - Static variable in class cryptix.pgp.KeyRingTrust
 
InvalidChecksumException - exception cryptix.pgp.InvalidChecksumException.
This exception is thrown when a checksum is invalid.
InvalidChecksumException(String) - Constructor for class cryptix.pgp.InvalidChecksumException
 
inverseModN(BigInteger, BigInteger) - Method in class cryptix.math.BigInteger
 
inverseModN(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
IS_PRIME - Static variable in interface cryptix.math.TestPrimeObserver
 
isCTB(int) - Static method in class cryptix.pgp.Packet
 
isEncrypted() - Method in class cryptix.pgp.EncryptedSecretKey
 
isLegalPacketType(int) - Static method in class cryptix.pgp.Packet
 
ISOLatin1 - class cryptix.util.mime.ISOLatin1.
This class contains static functions useful in converting between Strings and byte arrays.
isOne(BigNum) - Static method in class cryptix.math.BigNum
 
isPrime(BigInteger) - Static method in class cryptix.math.TestPrime
 
isPrime(BigInteger, TestPrimeObserver) - Static method in class cryptix.math.TestPrime
 
isProbablyEncoded(byte[]) - Static method in class cryptix.util.mime.CRLF
Tests whether or not all line breaks within a byte array are of the form "\r\n".
isProbablyEncoded(byte[]) - Static method in class cryptix.util.mime.QuotedPrintable
Tests whether or not an encoding could have been generated by encodeAsByteArray() or any similar generator that complies with the RFC.
isProbablyEncoded(String) - Static method in class cryptix.util.mime.CRLF
Test whether or not all line breaks within a String are of the form "\r\n".
isProbablyEncoded(String) - Static method in class cryptix.util.mime.QuotedPrintable
Tests whether or not an encoding, expressed as if it were an ASCII String, could have been generated by encode() or any similar generator that complies with the RFC.
isZero(BigNum) - Static method in class cryptix.math.BigNum
 
iv - Variable in class cryptix.security.CFB
Deprecated.  
ivBlock - Variable in class cryptix.security.CipherFeedback
Deprecated.  

K

k - Variable in class cryptix.security.CFB
Deprecated.  
key - Variable in class cryptix.security.rsa.KeyGenThread
 
KEY_CERT_CASUAL_ID - Static variable in class cryptix.pgp.Signature
 
KEY_CERT_GENERIC - Static variable in class cryptix.pgp.Signature
 
KEY_CERT_PERSONA - Static variable in class cryptix.pgp.Signature
 
KEY_CERT_POSITIVE_ID - Static variable in class cryptix.pgp.Signature
 
KEY_COMPROMISE_CERTIFICATE - Static variable in class cryptix.pgp.Signature
 
KEY_GEN_DONE - Static variable in interface cryptix.security.rsa.RSAKeyGenObserver
the RSA Key Generator has finished
KEY_LENGTH - Static variable in class cryptix.security.IDEA
Deprecated. The length of a user key (16 bytes for IDEA).
KEY_LENGTH - Static variable in class cryptix.security.Blowfish
Deprecated. The default length of a user key (16 bytes for Blowfish).
KEY_LENGTH - Static variable in class cryptix.security.DES
Deprecated. The length of a user key (8 bytes for DES).
KEY_LENGTH_MAX - Static variable in class cryptix.security.Blowfish
Deprecated.  
KEY_LENGTH_MIN - Static variable in class cryptix.security.Blowfish
Deprecated.  
KEY_LENGTH_MOD - Static variable in class cryptix.security.Blowfish
Deprecated.  
KEY_RESOLVING - Static variable in interface cryptix.security.rsa.RSAKeyGenObserver
the RSA Key Generator is generation a key from P and Q
key() - Method in class cryptix.security.rsa.KeyGenThread
 
Keybcs - class cryptix.pgp.charset.Keybcs.
$Revision: 1.2 $
KeyCache - class cryptix.pgp.KeyCache.
This class currently does nothing other than provide a particular type which will be used by the next versions of the remote key-fetching classes to store retrieved keys.
KeyCache() - Constructor for class cryptix.pgp.KeyCache
 
KeyClient - class cryptix.pgp.KeyClient.
Superclass for the classes that fetch keys from keyservers.
KeyClient(String, int) - Constructor for class cryptix.pgp.KeyClient
Set up variables for server connection.
KeyGen - class cryptix.examples.pgp.KeyGen.
DOCUMENT ME.
KeyGen() - Constructor for class cryptix.examples.pgp.KeyGen
 
KeyGen(InputStream, PrintStream) - Constructor for class cryptix.examples.pgp.KeyGen
 
KeyGenThread - class cryptix.security.rsa.KeyGenThread.
 
KeyGenThread(String, RandomStream, int, RSAKeyGenObserver) - Constructor for class cryptix.security.rsa.KeyGenThread
 
KeyGlob - class cryptix.pgp.KeyGlob.
Stores all of the key sources known to a program - all public and secret keyrings, and a Web master keyserver.
KeyGlob() - Constructor for class cryptix.pgp.KeyGlob
Initializes an empty KeyGlob.
KeyID - class cryptix.pgp.KeyID.
A wrapper around the byte[] key ID.
keyId() - Method in class cryptix.pgp.Signature
 
keyId() - Method in class cryptix.pgp.SignedData
 
KeyID(byte[]) - Constructor for class cryptix.pgp.KeyID
 
keyLength() - Method in class cryptix.security.StreamCipher
Deprecated. This function returns the length of the key for this cipher.
keyLength() - Method in class cryptix.security.CFB
Deprecated.  
keyLength() - Method in class cryptix.security.CipherFeedback
Deprecated.  
keyLength() - Method in class cryptix.security.BlockCipher
Deprecated.  
keyLengthMax() - Static method in class cryptix.security.SPEED
Deprecated. Returns the maximum key length.
keyLengthMin() - Static method in class cryptix.security.SPEED
Deprecated. Returns the minimum key length.
keyLengthMod() - Static method in class cryptix.security.SPEED
Deprecated. Returns the modulo key length.
KeyRing - class cryptix.pgp.KeyRing.
KeyRing is an abstract superclass for keyring objects - stores of keys (public and private) held in a file.
KeyRing() - Constructor for class cryptix.pgp.KeyRing
Creates an empty keyring object.
KeyRing(InputStream) - Constructor for class cryptix.pgp.KeyRing
Creates a new keyring object from in.
KeyRing(String) - Constructor for class cryptix.pgp.KeyRing
Deprecated.  
KeyRingEntry - class cryptix.pgp.KeyRingEntry.
Stores all the information about a user in a keyring - their key certificate, usernames, trust packet(s) and any signatures.
KeyRingEntry(Certificate, KeyRingTrust) - Constructor for class cryptix.pgp.KeyRingEntry
Creates a new KeyRingEntry with these parameters.
KeyRingEntry(Certificate, KeyRingTrust, Vector) - Constructor for class cryptix.pgp.KeyRingEntry
Creates a new KeyRingEntry with these parameters.
KeyRingEntry(PacketInputStream, KeyRingTrust) - Constructor for class cryptix.pgp.KeyRingEntry
Reads in a KeyRingEntry from reader.
KeyRingTest - class cryptix.examples.pgp.KeyRingTest.
 
KeyRingTest(String) - Constructor for class cryptix.examples.pgp.KeyRingTest
 
KeyRingTestToo - class cryptix.examples.pgp.KeyRingTestToo.
 
KeyRingTestToo() - Constructor for class cryptix.examples.pgp.KeyRingTestToo
 
KeyRingTrust - class cryptix.pgp.KeyRingTrust.
Represents a PGP trust packet.
KeyRingTrust(byte) - Constructor for class cryptix.pgp.KeyRingTrust
Creates a new object with the trust level trust.
KeyRingTrust(DataInput, int) - Constructor for class cryptix.pgp.KeyRingTrust
Reads and creates a trust packet from in with the given length.
KeyStore - class cryptix.pgp.KeyStore.
Abstract base class for PGP keyrings and keyservers.
KeyStore() - Constructor for class cryptix.pgp.KeyStore
 
KeyView - class cryptix.examples.pgp.KeyView.
 
KeyView() - Constructor for class cryptix.examples.pgp.KeyView
 

L

LBITS - Static variable in class cryptix.math.BigNum
 
LEGACY - Static variable in interface cryptix.pgp.Algorithm
 
LegacyString - class cryptix.mime.LegacyString.
This class contains static functions useful in converting between Strings and byte arrays.
len - Variable in class cryptix.pgp.PacketHeader
 
len - Variable in class cryptix.math.PseudoRandomStream
 
len - Variable in class cryptix.security.rsa.KeyGenThread
 
length - Variable in class cryptix.security.CipherFeedback
Deprecated.  
length() - Method in class cryptix.util.ByteArray
Returns the length (in bytes) of this ByteArray's data.
length() - Method in class cryptix.security.MessageHash
Returns the hash length in bytes.
length() - Method in class cryptix.security.MessageDigest
Deprecated. Use getDigestLength() instead.
lensize - Variable in class cryptix.pgp.PacketHeader
 
LINEFEED - Static variable in class cryptix.pgp.Armoury
Deprecated. The string (\r\n) PGP uses as a 'canonical' linefeed.
list(PrintStream) - Method in class cryptix.pgp.KeyRing
Debug list of signatures etc.
LiteralData - class cryptix.pgp.LiteralData.
This class represents a literal data Packet.
LiteralData(byte[]) - Constructor for class cryptix.pgp.LiteralData
 
LiteralData(byte[], String, char) - Constructor for class cryptix.pgp.LiteralData
 
LiteralData(DataInput, int) - Constructor for class cryptix.pgp.LiteralData
 
LMASK - Static variable in class cryptix.math.BigNum
 
load(byte[]) - Method in class cryptix.pgp.Packet
 
load(byte[]) - Static method in class cryptix.pgp.PacketFactory
 
load(byte[]) - Static method in class cryptix.pgp.HashFactory
 
load(byte[]) - Static method in class cryptix.math.MPI
Deprecated.  
load(byte[]) - Method in class cryptix.util.Streamable
 
load(byte[]) - Method in interface cryptix.util.StreamInterface
Loads 'this' from a saved buffer.
load(byte[], int) - Method in class cryptix.pgp.Packet
 
load(byte[], int) - Static method in class cryptix.math.MPI
Deprecated.  
load(byte[], int, int) - Method in class cryptix.pgp.Packet
 
load(InputStream) - Method in class cryptix.examples.pgp.check_signed
 
LRADIX - Static variable in class cryptix.math.BigNum
 

M

Mac - class cryptix.pgp.charset.Mac.
$Revision: 1.2 $
main(String[]) - Static method in class cryptix.math.BigNum
 
main(String[]) - Static method in class cryptix.math.BigInteger
 
main(String[]) - Static method in class cryptix.math.TestPrime
 
main(String[]) - Static method in class cryptix.util.EmailAddress
 
main(String[]) - Static method in class cryptix.security.HashSHA0
Deprecated. Entry point for self test.
main(String[]) - Static method in class cryptix.security.SHA0
Deprecated.  
main(String[]) - Static method in class cryptix.security.MD5
Deprecated.  
main(String[]) - Static method in class cryptix.security.HashSHA
Deprecated. Entry point for self test.
main(String[]) - Static method in class cryptix.security.HashMD5
Deprecated. Entry point for self test.
main(String[]) - Static method in class cryptix.security.IDEA
Deprecated. Entry point for very basic self_test.
main(String[]) - Static method in class cryptix.security.Blowfish
Deprecated. Entry point for very basic self_test.
main(String[]) - Static method in class cryptix.security.SPEED
Deprecated. Entry point for self_test.
main(String[]) - Static method in class cryptix.security.DES
Deprecated. Entry point for very basic self_test.
main(String[]) - Static method in class cryptix.security.SHA
Deprecated.  
main(String[]) - Static method in class cryptix.examples.pgp.dTest
 
main(String[]) - Static method in class cryptix.examples.pgp.KeyGen
 
main(String[]) - Static method in class cryptix.examples.pgp.sTest
 
main(String[]) - Static method in class cryptix.examples.pgp.Test
 
main(String[]) - Static method in class cryptix.examples.pgp.conv_encrypt
 
main(String[]) - Static method in class cryptix.examples.pgp.KeyRingTest
 
main(String[]) - Static method in class cryptix.examples.pgp.KeyView
 
main(String[]) - Static method in class cryptix.examples.pgp.esTest
 
main(String[]) - Static method in class cryptix.examples.pgp.VanityKeyGen
 
main(String[]) - Static method in class cryptix.examples.pgp.KeyRingTestToo
 
main(String[]) - Static method in class cryptix.examples.pgp.conv_decrypt
 
main(String[]) - Static method in class cryptix.examples.pgp.eTest
 
main(String[]) - Static method in class cryptix.examples.pgp.FileView
 
makeCTB(int, int) - Static method in class cryptix.pgp.Packet
 
markSupported() - Method in class cryptix.pgp.PacketInputStream
 
MASK - Static variable in class cryptix.math.BigNum
 
MathError - error cryptix.math.MathError.
Maths internal error class.
MathError(String) - Constructor for class cryptix.math.MathError
Creates an error, given a reason string.
MD5 - class cryptix.security.MD5.
Deprecated.  
MD5 - Static variable in interface cryptix.pgp.Algorithm
 
MD5() - Constructor for class cryptix.security.MD5
Deprecated. This creates an MD5 message digest instance.
md5hash() - Method in class cryptix.pgp.Passphrase
 
MD5OutputStream - class cryptix.security.MD5OutputStream.
An output stream that hashes the data sent to it using the MD5 hashing algorithm.
MD5OutputStream() - Constructor for class cryptix.security.MD5OutputStream
Create a new digest output stream that uses MD5.
Message - class cryptix.pgp.Message.
This class represents a PGP message.
MESSAGE_DIGEST - Static variable in class cryptix.pgp.Packet
 
Message(byte[], PublicKey, byte[], RandomStream) - Constructor for class cryptix.pgp.Message
 
message(PrintStream, Packet) - Static method in class cryptix.pgp.Armoury
Deprecated. Armour and write the Packet pkt to out.
message(PrintStream, String, byte[]) - Static method in class cryptix.pgp.Armoury
Deprecated. Armour and write the packet of type name in the byte array buf to out.
message(String, byte[]) - Static method in class cryptix.pgp.Armoury
Deprecated. Armour and return the packet of type name in the byte array buf.
MessageDigest - class cryptix.security.MessageDigest.
Deprecated.  
MessageDigest(MessageDigest) - Constructor for class cryptix.security.MessageDigest
Deprecated. Constructs a V2.2 message digest from a JCA message digest.
MessageDigestOutputStream - class cryptix.security.MessageDigestOutputStream.
This class is an output stream that hashes the data sent to it using the message digest that it has been constructed with.
MessageDigestOutputStream(MessageDigest) - Constructor for class cryptix.security.MessageDigestOutputStream
 
MessageHash - class cryptix.security.MessageHash.
This class represents the output from a message digest, in a form where the type can be ascertained.
MessageHash(String, byte[]) - Constructor for class cryptix.security.MessageHash
Constructs a MessageHash for the specified algorithm name.
messageWithChecksum(byte[]) - Static method in class cryptix.pgp.Armoury
Deprecated. Armour and return the data in buf[] without the PGP framing lines.
MIMEFormatException - exception cryptix.util.mime.MIMEFormatException.
This exception is thrown when MIME input data does not meet the expected constraints (e.g. contains invalid characters, has the wrong length, etc.)
MIMEFormatException(String) - Constructor for class cryptix.util.mime.MIMEFormatException
 
mod(BigInteger, BigInteger) - Method in class cryptix.math.BigInteger
 
mod(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
r must not be the same object as m.
mode() - Method in class cryptix.pgp.LiteralData
 
modeIsBinary() - Method in class cryptix.pgp.LiteralData
 
modeIsText() - Method in class cryptix.pgp.LiteralData
 
modExp(BigInteger, BigInteger) - Method in class cryptix.math.BigInteger
 
modExp(BigNum, BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
modMul(BigNum, BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
modMulRecip(BigNum, BigNum, BigNum, BigNum, BigNum, short) - Static method in class cryptix.math.BigNum
 
MPI - class cryptix.math.MPI.
Deprecated.  
mul(BigInteger, BigInteger) - Method in class cryptix.math.BigInteger
 
mul(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
r must not be the same object as a or b.

N

n_ - Variable in class cryptix.security.rsa.PublicKey
Deprecated. The public modulus as a cryptix.math.BigInteger.
n() - Method in class cryptix.security.rsa.PublicKey
Deprecated. Returns a new cryptix.math.BigInteger equal to the public modulus.
name() - Method in class cryptix.security.MessageDigest
Deprecated. Use getAlgorithm() instead.
name(Packet) - Static method in class cryptix.pgp.Armoury
Deprecated. Returns the name PGP uses in its framing lines for this type of packet.
newBuffer(int) - Static method in class cryptix.math.BigInteger
An internal function to create a buffer big enough in which to store a number.
Next - class cryptix.pgp.charset.Next.
$Revision: 1.2 $
next_block() - Method in class cryptix.security.CFB
Deprecated.  
nextBuffer() - Method in class cryptix.math.PseudoRandomStream
 
nextBuffer() - Method in class cryptix.security.CSRandomStream
Deprecated. Sets the internal buffer, length and pointer field to a new set of random bits available for reading.
nextByte() - Method in class cryptix.math.RandomStream
 
nextByte() - Method in class cryptix.math.PseudoRandomStream
 
NO_SMALL_FACTORS - Static variable in interface cryptix.math.TestPrimeObserver
 
NONE - Static variable in interface cryptix.pgp.Algorithm
 
NOT_PRIME - Static variable in interface cryptix.math.TestPrimeObserver
 
NOTUSUALLY - Static variable in class cryptix.pgp.KeyRingTrust
 
NUM_ROUNDS - Static variable in class cryptix.security.Blowfish
Deprecated. The 2.2 API only supports the default number of rounds, 16.
numPackets() - Method in class cryptix.pgp.PacketByteArray
 
numRounds() - Method in class cryptix.security.SPEED
Deprecated. Returns the number of rounds for this cipher.
numRoundsMax() - Static method in class cryptix.security.SPEED
Deprecated. Returns the maximum number of rounds.
numRoundsMin() - Static method in class cryptix.security.SPEED
Deprecated. Returns the minimum number of rounds.
numRoundsMod() - Static method in class cryptix.security.SPEED
Deprecated. Returns the modulo number of rounds.

O

observer - Variable in class cryptix.security.rsa.KeyGenThread
 
odd(BigNum) - Static method in class cryptix.math.BigNum
 
offsetVector - Variable in class cryptix.pgp.PacketByteArray
 
one - Static variable in class cryptix.math.BigInteger
 
one(BigNum) - Static method in class cryptix.math.BigNum
 
out - Variable in class cryptix.examples.pgp.KeyGen
 

P

p_ - Variable in class cryptix.security.rsa.SecretKey
Deprecated. one of the factors of n
p() - Method in class cryptix.security.rsa.SecretKey
Deprecated. Returns the smaller factor of n, p.
Packet - class cryptix.pgp.Packet.
DOCUMENT ME.
Packet() - Constructor for class cryptix.pgp.Packet
 
Packet(DataInput, int) - Constructor for class cryptix.pgp.Packet
 
PacketByteArray - class cryptix.pgp.PacketByteArray.
A PacketByteArray is a sequence of PGP packets stored as an array of bytes.
PacketByteArray(byte[]) - Constructor for class cryptix.pgp.PacketByteArray
 
PacketByteArray(PacketInputStream) - Constructor for class cryptix.pgp.PacketByteArray
 
PacketFactory - class cryptix.pgp.PacketFactory.
This class contains static methods to read and write encoded packets.
PacketHeader - class cryptix.pgp.PacketHeader.
DOCUMENT ME.
PacketHeader(DataInput) - Constructor for class cryptix.pgp.PacketHeader
 
PacketHeader(int, int) - Constructor for class cryptix.pgp.PacketHeader
 
PacketHeader(int, int, int) - Constructor for class cryptix.pgp.PacketHeader
 
PacketInputStream - class cryptix.pgp.PacketInputStream.
Adds readPacket(), readKeyRingEntry() and readUserIdCertificate() methods to DataInputStream.
PacketInputStream(DataInputStream) - Constructor for class cryptix.pgp.PacketInputStream
 
PacketInputStream(InputStream) - Constructor for class cryptix.pgp.PacketInputStream
 
PacketOutputStream - class cryptix.pgp.PacketOutputStream.
Adds writePacket(), writeKeyRingEntry() and writeUserIdCertificate() methods to DataOutputStream.
PacketOutputStream(DataOutputStream) - Constructor for class cryptix.pgp.PacketOutputStream
 
PacketOutputStream(OutputStream) - Constructor for class cryptix.pgp.PacketOutputStream
 
parse(String) - Method in class cryptix.pgp.ArmouredData
Unarmour an armoured message.
Passphrase - class cryptix.pgp.Passphrase.
This class stores a passphrase's MD5 hash, which is all that is needed, then attempts to wipe the plaintext from memory.
Passphrase() - Constructor for class cryptix.pgp.Passphrase
Deprecated. Obtaining a password from the user is part of the UI, and should not be a part of this library. (At least, not in this file).
Passphrase(boolean) - Constructor for class cryptix.pgp.Passphrase
Deprecated. Obtaining a password from the user is part of the UI, and should not be a part of this library. (At least, not in this file).
Passphrase(String) - Constructor for class cryptix.pgp.Passphrase
 
PGPCFB - class cryptix.pgp.PGPCFB.
This class implements PGPs (ie.
PGPCFB(BlockCipher) - Constructor for class cryptix.pgp.PGPCFB
 
PKETEST - Static variable in interface cryptix.pgp.Algorithm
 
PLAINTEXT - Static variable in class cryptix.pgp.Packet
 
plaintext() - Method in class cryptix.pgp.ArmouredMessage
Deprecated.  
port - Variable in class cryptix.pgp.KeyClient
 
primaryName() - Method in class cryptix.pgp.KeyRingEntry
Keys may be associated with more than one name and e-mail address, but PGP assumes the first user ID certificate after the key is the most important one.
prng - Variable in class cryptix.math.PseudoRandomStream
 
PRSG - class cryptix.math.PRSG.
A pseudo-random sequence generator based on a 160-bit LFSR (this is not a cryptographically secure generator).
PRSG(byte[]) - Constructor for class cryptix.math.PRSG
Creates a pseudo random number generator from the seed b.
PseudoRandomStream - class cryptix.math.PseudoRandomStream.
A class that produces pseudo-random bytes.
PseudoRandomStream(byte[]) - Constructor for class cryptix.math.PseudoRandomStream
seed must be 20 bytes or greater (any excess is not used).
ptr - Variable in class cryptix.math.PseudoRandomStream
 
PUBLIC_KEY - Static variable in class cryptix.pgp.Packet
 
PUBLIC_KEY_ENCRYPTED - Static variable in class cryptix.pgp.Packet
 
PublicKey - class cryptix.security.rsa.PublicKey.
Deprecated. This class may be removed in a future version of Cryptix.
publickey() - Method in class cryptix.pgp.PublicKeyCertificate
Deprecated. Use publicKey() instead.
publicKey() - Method in class cryptix.pgp.PublicKeyCertificate
 
publicKey() - Method in class cryptix.pgp.KeyRingEntry
Returns the public key contained in this entry.
PublicKey() - Constructor for class cryptix.security.rsa.PublicKey
Deprecated. A constructor that does nothing, for use by subclasses.
PublicKey(BigInteger, BigInteger) - Constructor for class cryptix.security.rsa.PublicKey
Deprecated. Creates a public key from a modulus and exponent.
PublicKey(PublicKey) - Constructor for class cryptix.security.rsa.PublicKey
Deprecated. Creates a new public key from an existing key.
PublicKeyCertificate - class cryptix.pgp.PublicKeyCertificate.
DOCUMENT ME.
PublicKeyCertificate(DataInput, int) - Constructor for class cryptix.pgp.PublicKeyCertificate
 
PublicKeyCertificate(PublicKey) - Constructor for class cryptix.pgp.PublicKeyCertificate
 
PublicKeyEncrypted - class cryptix.pgp.PublicKeyEncrypted.
DOCUMENT ME.
PublicKeyEncrypted(DataInput, int) - Constructor for class cryptix.pgp.PublicKeyEncrypted
 
PublicKeyEncrypted(PublicKey, byte[], RandomStream) - Constructor for class cryptix.pgp.PublicKeyEncrypted
 
PublicKeyRing - class cryptix.pgp.PublicKeyRing.
Represents a public keyring.
PublicKeyRing() - Constructor for class cryptix.pgp.PublicKeyRing
Creates an empty public keyring object.
PublicKeyRing(InputStream) - Constructor for class cryptix.pgp.PublicKeyRing
Creates a new public keyring object from in.
PublicKeyRing(String) - Constructor for class cryptix.pgp.PublicKeyRing
Creates a new public keyring object from the file filename.
pushback(Packet) - Method in class cryptix.pgp.PacketInputStream
Pushes back a packet which has been read onto the stream.

Q

q_ - Variable in class cryptix.security.rsa.SecretKey
Deprecated. the other factor of n
q() - Method in class cryptix.security.rsa.SecretKey
Deprecated. Returns the larger factor of n, q.
quotedPrintable - Static variable in class cryptix.pgp.ArmouredData
 
QuotedPrintable - class cryptix.util.mime.QuotedPrintable.
This class provides methods for encoding and decoding data in MIME quoted-printable format, as described in RFC 2045 (Section 6.7).
QuotedPrintable() - Constructor for class cryptix.util.mime.QuotedPrintable
 

R

RADIX - Static variable in class cryptix.math.BigNum
 
rand - Variable in class cryptix.security.rsa.RSAKeyGen
 
randomPrime(int, byte[], RSAKeyGenObserver) - Method in class cryptix.examples.pgp.VanityRSAKeyGen
 
randomPrime(int, int, RSAKeyGenObserver) - Method in class cryptix.examples.pgp.VanityRSAKeyGen
 
randomPrime(int, long, RSAKeyGenObserver) - Method in class cryptix.examples.pgp.VanityRSAKeyGen
 
randomPrime(int, RSAKeyGenObserver) - Method in class cryptix.security.rsa.RSAKeyGen
An observer class is used to monitor progress.
RandomStream - class cryptix.math.RandomStream.
An abstract class whose subclasses generate potentially random bytes.
RandomStream() - Constructor for class cryptix.math.RandomStream
 
read() - Method in class cryptix.math.RandomStream
 
read(byte[]) - Method in class cryptix.math.RandomStream
 
read(byte[], int, int) - Method in class cryptix.math.RandomStream
 
read(DataInput) - Static method in class cryptix.pgp.PacketFactory
 
read(DataInput) - Static method in class cryptix.pgp.HashFactory
 
read(DataInput) - Method in class cryptix.pgp.Message
 
read(DataInput) - Method in class cryptix.pgp.EncryptedSecretKey
 
read(DataInput) - Method in class cryptix.pgp.PacketHeader
 
read(DataInput) - Method in class cryptix.pgp.EncryptedBigInt
 
read(DataInput) - Static method in class cryptix.math.MPI
Deprecated.  
read(DataInput) - Method in interface cryptix.util.StreamInterface
Reads 'this' from the DataInput object.
read(DataInput, int) - Method in class cryptix.pgp.Packet
 
read(DataInput, int) - Method in class cryptix.pgp.KeyRingTrust
Reads a trust packet from in with the given length.
read(DataInput, int) - Method in class cryptix.pgp.Certificate
 
read(DataInput, int) - Method in class cryptix.pgp.SecretKeyCertificate
 
read(DataInput, int) - Method in class cryptix.pgp.UserId
 
read(DataInput, int) - Method in class cryptix.pgp.LiteralData
 
read(DataInput, int) - Method in class cryptix.pgp.PublicKeyCertificate
 
read(DataInput, int) - Method in class cryptix.pgp.Comment
 
read(DataInput, int) - Method in class cryptix.pgp.CompressedData
 
read(DataInput, int) - Method in class cryptix.pgp.Signature
 
read(DataInput, int) - Method in class cryptix.pgp.ConvEncryptedData
 
read(DataInput, int) - Method in class cryptix.pgp.PublicKeyEncrypted
 
readAnyPacket() - Method in class cryptix.pgp.PacketInputStream
Reads any packet, including comment packets.
readKeyRingEntry(KeyRingTrust) - Method in class cryptix.pgp.PacketInputStream
Used by KeyRing to load in key certificate and accompanying user IDs and signatures, and KeyServer to decipher keys retrieved from remote keyservers.
readPacket() - Method in class cryptix.pgp.PacketInputStream
Reads any packet apart from Comment packets.
readSeedFile() - Method in class cryptix.pgp.FileRandomStream
Add entropy from the seed file.
readUntilBegin(DataInputStream) - Static method in class cryptix.pgp.Armoury
Deprecated. Read from the DataInputStream dis until a PGP section appears.
readUserIdCertificate(KeyRingTrust) - Method in class cryptix.pgp.PacketInputStream
 
recip(BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
reset() - Method in class cryptix.security.CFB
Deprecated. Reset the stream and the IV.
reset() - Method in class cryptix.security.MessageDigest
Deprecated.  
reset(byte[]) - Method in class cryptix.security.CipherFeedback
Deprecated. Reset the stream feedback register with a new unique IV and sets position in stream back to zero.
restore(PacketInputStream) - Method in class cryptix.pgp.UserIdCertificate
 
rs - Variable in class cryptix.security.rsa.KeyGenThread
 
RSA - Static variable in interface cryptix.pgp.Algorithm
 
RSAKeyGen - class cryptix.security.rsa.RSAKeyGen.
This class is an RSA key pair generator.
RSAKeyGen(RandomStream) - Constructor for class cryptix.security.rsa.RSAKeyGen
 
RSAKeyGenObserver - interface cryptix.security.rsa.RSAKeyGenObserver.
This class is an RSA key generator callback for monitoring progress Copyright (c) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.
run() - Method in class cryptix.security.rsa.KeyGenThread
 

S

save() - Method in class cryptix.pgp.Packet
 
save() - Method in class cryptix.util.Streamable
 
save() - Method in interface cryptix.util.StreamInterface
Saves 'this' into a buffer.
save(BigInteger) - Static method in class cryptix.math.MPI
Deprecated.  
save(MessageHash) - Static method in class cryptix.pgp.HashFactory
 
save(Packet) - Static method in class cryptix.pgp.PacketFactory
 
SECRET_KEY - Static variable in class cryptix.pgp.Packet
 
SecretKey - class cryptix.security.rsa.SecretKey.
Deprecated. This class may be removed in a future version of Cryptix.
SecretKey() - Constructor for class cryptix.security.rsa.SecretKey
Deprecated. A constructor that does no initialization, for use only by subclasses.
SecretKey(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class cryptix.security.rsa.SecretKey
Deprecated. Constructs a secret key pair from the component parts.
secretKey(StreamCipher) - Method in class cryptix.pgp.EncryptedSecretKey
 
SecretKeyCertificate - class cryptix.pgp.SecretKeyCertificate.
DOCUMENT ME.
SecretKeyCertificate(DataInput, int) - Constructor for class cryptix.pgp.SecretKeyCertificate
 
SecretKeyCertificate(SecretKey, Passphrase, RandomStream) - Constructor for class cryptix.pgp.SecretKeyCertificate
 
secretKeyID() - Method in class cryptix.pgp.PublicKeyEncrypted
Returns the ID of the secret key needed to decrypt this packet.
SecretKeyRing - class cryptix.pgp.SecretKeyRing.
Represents a secret keyring.
SecretKeyRing() - Constructor for class cryptix.pgp.SecretKeyRing
Creates an empty secret keyring object.
SecretKeyRing(InputStream) - Constructor for class cryptix.pgp.SecretKeyRing
Creates a new secret keyring object from in.
SecretKeyRing(String) - Constructor for class cryptix.pgp.SecretKeyRing
Create a new secret keyring object from the file filename.
SECRING - Static variable in class cryptix.pgp.KeyRingTrust
 
seed(byte[]) - Method in class cryptix.math.RandomStream
 
seed(byte[]) - Method in class cryptix.math.PseudoRandomStream
 
seed(byte[]) - Method in class cryptix.security.CSRandomStream
Deprecated. Reset the seed and the PRNG.
self_test() - Static method in class cryptix.security.IDEA
Deprecated. Do some basic tests.
self_test() - Static method in class cryptix.security.Blowfish
Deprecated. Do some basic tests.
self_test() - Static method in class cryptix.security.SPEED
Deprecated. Do some basic tests.
self_test() - Static method in class cryptix.security.DES
Deprecated. Do some basic tests.
self_test(PrintWriter) - Static method in class cryptix.math.BigNum
 
self_test(PrintWriter) - Static method in class cryptix.math.BigInteger
 
self_test(PrintWriter) - Static method in class cryptix.math.TestPrime
 
self_test(PrintWriter) - Static method in class cryptix.util.EmailAddress
 
self_test(PrintWriter) - Static method in class cryptix.security.SHA0
Deprecated.  
self_test(PrintWriter) - Static method in class cryptix.security.MD5
Deprecated.  
self_test(PrintWriter) - Static method in class cryptix.security.SHA
Deprecated.  
serverName - Variable in class cryptix.pgp.KeyClient
 
setAlgorithm(int) - Method in class cryptix.pgp.CompressedData
 
setKeyServer(KeyClient) - Method in class cryptix.pgp.KeyGlob
Gives KeyGlob a keyclient object that it can use to fetch keys remotely.
sha - Variable in class cryptix.security.CSRandomStream
Deprecated.  
SHA - class cryptix.security.SHA.
Deprecated.  
SHA - Static variable in interface cryptix.pgp.Algorithm
 
SHA() - Constructor for class cryptix.security.SHA
Deprecated. This creates an SHA-1 message digest instance.
SHA0 - class cryptix.security.SHA0.
Deprecated.  
SHA0() - Constructor for class cryptix.security.SHA0
Deprecated. This creates an SHA-0 message digest instance.
SHAOutputStream - class cryptix.security.SHAOutputStream.
This class is an Output stream that hashes the data sent to it using the SHA hashing algorithm.
SHAOutputStream() - Constructor for class cryptix.security.SHAOutputStream
Create a new digest output stream that uses SHA.
shiftLeft(BigNum, BigNum, int) - Static method in class cryptix.math.BigNum
 
shiftLeft(BigNum, BigNum, short) - Static method in class cryptix.math.BigNum
 
shiftLeft(int) - Method in class cryptix.math.BigInteger
 
shiftLeftOnce(BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
shiftRight(BigNum, BigNum, int) - Static method in class cryptix.math.BigNum
 
shiftRight(BigNum, BigNum, short) - Static method in class cryptix.math.BigNum
 
shiftRight(int) - Method in class cryptix.math.BigInteger
 
shiftRightOnce(BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
signature - Variable in class cryptix.pgp.SignedData
 
Signature - class cryptix.pgp.Signature.
DOCUMENT ME.
SIGNATURE - Static variable in class cryptix.pgp.Packet
 
Signature(DataInput, int) - Constructor for class cryptix.pgp.Signature
 
Signature(SecretKey, MD5) - Constructor for class cryptix.pgp.Signature
 
Signature(SecretKey, MD5, byte) - Constructor for class cryptix.pgp.Signature
 
Signature(SecretKey, MD5, RandomStream) - Constructor for class cryptix.pgp.Signature
 
Signature(SecretKey, MD5, RandomStream, byte) - Constructor for class cryptix.pgp.Signature
 
signatures() - Method in class cryptix.pgp.UserIdCertificate
 
signedBy() - Method in class cryptix.pgp.ArmouredMessage
Deprecated.  
SignedData - class cryptix.pgp.SignedData.
Represents a signature, together with the data that has been signed.
SignedData(byte[], Signature) - Constructor for class cryptix.pgp.SignedData
 
SignedMessage - class cryptix.pgp.SignedMessage.
This class can be used to sign a message.
SignedMessage(byte[], SecretKey, byte[], RandomStream) - Constructor for class cryptix.pgp.SignedMessage
 
SimpleCharSet - class cryptix.pgp.charset.SimpleCharSet.
$Revision: 1.2 $
SimpleCharSet() - Constructor for class cryptix.pgp.charset.SimpleCharSet
 
skip(long) - Method in class cryptix.math.RandomStream
 
SPEED - class cryptix.security.SPEED.
Deprecated.  
SPEED(byte[]) - Constructor for class cryptix.security.SPEED
Deprecated. This creates a SPEED block cipher instance, with key data taken from a byte array of a user-defined length.
SPEED(byte[], int, int) - Constructor for class cryptix.security.SPEED
Deprecated. This creates a SPEED block cipher instance, with key data taken from a byte array of a user-defined length, and with a specified block size and number of rounds.
sTest - class cryptix.examples.pgp.sTest.
Encrypts and signs a string (messageText) and writes the ciphertext to es-test.asc Demonstrates the ArmouredMessage, Passphrase and SecretKeyRing classes.
sTest() - Constructor for class cryptix.examples.pgp.sTest
 
store - Variable in class cryptix.pgp.PacketInputStream
Stores a packet that has been pushed back.
Streamable - class cryptix.util.Streamable.
This is a Streamable abstract base class that provides the load and save methods from StreamInterface.
Streamable() - Constructor for class cryptix.util.Streamable
 
Streamable(byte[]) - Constructor for class cryptix.util.Streamable
 
Streamable(DataInput) - Constructor for class cryptix.util.Streamable
 
StreamCipher - class cryptix.security.StreamCipher.
Deprecated.  
StreamCipher() - Constructor for class cryptix.security.StreamCipher
Deprecated.  
StreamInterface - interface cryptix.util.StreamInterface.
This interface allows objects to be read from or written to DataInput and DataOutput objects.
strip(String) - Static method in class cryptix.pgp.Armoury
Deprecated. 'Strips' armour off PGP binary data in the String buf and checks its 24-bit checksum.
sub_unsigned(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
sub_unsigned(BigNum, int) - Static method in class cryptix.math.BigNum
 
sub(BigInteger, BigInteger) - Method in class cryptix.math.BigInteger
 
sub(BigNum, BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
sub(BigNum, int) - Static method in class cryptix.math.BigNum
 

T

Test - class cryptix.examples.pgp.Test.
 
test() - Method in class cryptix.security.rsa.SecretKey
Deprecated. Performs a basic test on the key.
Test() - Constructor for class cryptix.examples.pgp.Test
 
TestPrime - class cryptix.math.TestPrime.
This class contains static methods to test the primality of a cryptix.math.BigInteger.
TestPrime() - Constructor for class cryptix.math.TestPrime
 
TestPrimeObserver - interface cryptix.math.TestPrimeObserver.
This is a callback interface for monitoring the progress of primality testing using the TestPrime class.
theSame(byte[], byte[]) - Static method in class cryptix.util.ByteArray
Deprecated. Use ArrayUtil.areEqual(a, b) instead.
timeStamp - Variable in class cryptix.pgp.Certificate
 
TIMESTAMP_CERTIFICATE - Static variable in class cryptix.pgp.Signature
 
timestamp() - Method in class cryptix.pgp.LiteralData
 
toByteArray() - Method in class cryptix.pgp.PacketByteArray
 
toByteArray() - Method in class cryptix.math.BigInteger
Convert a number into a byte array.
toByteArray() - Method in class cryptix.math.PRSG
Returns the current state of the generator.
toByteArray() - Method in class cryptix.util.ByteArray
Deprecated. Use getData() instead.
toByteArray() - Method in class cryptix.security.MessageHash
Returns the hash as a new byte array.
toByteArray(String) - Static method in class cryptix.mime.LegacyString
Equivalent to toByteArray(s, 0, s.length()).
toByteArray(String) - Static method in class cryptix.util.mime.ISOLatin1
Equivalent to toByteArray(s, 0, s.length()).
toByteArray(String, int, int) - Static method in class cryptix.mime.LegacyString
Converts a String to an ISO-Latin-1 encoded byte array.
toByteArray(String, int, int) - Static method in class cryptix.util.mime.ISOLatin1
Converts a String to an ISO-Latin-1 encoded byte array.
toByteArrayLossless(String) - Static method in class cryptix.mime.LegacyString
This method is similar to toByteArray(s), but throws an IllegalArgumentException if any of the characters in s are outside the range \u0000 to \u00FF.
toByteArrayLossless(String) - Static method in class cryptix.util.mime.ISOLatin1
This method is similar to toByteArray(s), but throws an IllegalArgumentException if any of the characters in s are outside the range \u0000 to \u00FF.
toByteArrayLossless(String, int, int) - Static method in class cryptix.mime.LegacyString
This method is similar to toByteArray(s, offset, length), but throws an IllegalArgumentException if any of the characters in s are outside the range \u0000 to \u00FF.
toByteArrayLossless(String, int, int) - Static method in class cryptix.util.mime.ISOLatin1
This method is similar to toByteArray(s, offset, length), but throws an IllegalArgumentException if any of the characters in s are outside the range \u0000 to \u00FF.
toFilename(MessageHash) - Static method in class cryptix.pgp.HashFactory
 
toJavaMathBigInteger() - Method in class cryptix.math.BigInteger
Convert this cryptix.math.BigInteger to a java.math.BigInteger.
toPacketInputStream() - Method in class cryptix.pgp.PacketByteArray
 
toString() - Method in class cryptix.pgp.KeyRingTrust
 
toString() - Method in class cryptix.pgp.KeyID
 
toString() - Method in class cryptix.pgp.Certificate
 
toString() - Method in class cryptix.pgp.SecretKeyCertificate
 
toString() - Method in class cryptix.pgp.UserId
 
toString() - Method in class cryptix.pgp.PublicKeyCertificate
 
toString() - Method in class cryptix.pgp.PacketByteArray
 
toString() - Method in class cryptix.pgp.UserIdCertificate
 
toString() - Method in class cryptix.pgp.ArmouredData
Armour an unarmoured message.
toString() - Method in class cryptix.pgp.EncryptedSecretKey
Returns a string representation of only the public parts of this secret key, in hex.
toString() - Method in class cryptix.pgp.Comment
 
toString() - Method in class cryptix.pgp.Signature
 
toString() - Method in class cryptix.pgp.PublicKeyEncrypted
 
toString() - Method in class cryptix.pgp.KeyRingEntry
Converts the entry to a String which contains the certificate, user names and their associated trust and signature packets.
toString() - Method in class cryptix.math.BigInteger
 
toString() - Method in class cryptix.util.ByteArray
 
toString() - Method in class cryptix.util.EmailAddress
 
toString() - Method in class cryptix.security.MessageHash
Returns a big endian Hex string showing the value of the hash, prefixed by the standard algorithm name and a colon.
toString() - Method in class cryptix.security.rsa.PublicKey
Deprecated. Returns a string representation of this key in hex.
toString() - Method in class cryptix.security.rsa.SecretKey
Deprecated. Returns a string representation of all parts of the secret key.
toString(byte[]) - Static method in class cryptix.mime.LegacyString
Equivalent to toString(b, 0, b.length).
toString(byte[]) - Static method in class cryptix.util.mime.ISOLatin1
Equivalent to toString(b, 0, b.length).
toString(byte[], int, int) - Static method in class cryptix.mime.LegacyString
Converts an ISO-Latin-1 encoded byte array to a String.
toString(byte[], int, int) - Static method in class cryptix.util.mime.ISOLatin1
Converts an ISO-Latin-1 encoded byte array to a String.
toString(MessageHash) - Static method in class cryptix.pgp.HashFactory
 
toString(PacketHeader) - Static method in class cryptix.pgp.PacketHeader
 
TransferEncoding - class cryptix.util.mime.TransferEncoding.
This abstract class provides an API for encoding and decoding data according to a MIME Content-Transfer-Encoding.
TransferEncoding() - Constructor for class cryptix.util.mime.TransferEncoding
 
translate(byte[], byte[]) - Static method in class cryptix.pgp.charset.SimpleCharSet
 
TRUST - Static variable in class cryptix.pgp.Packet
 
trustValue() - Method in class cryptix.pgp.KeyRingTrust
 
trustValue() - Method in class cryptix.pgp.KeyRingEntry
How well is the key trusted overall?
type - Variable in class cryptix.pgp.PacketHeader
 
typeString() - Method in class cryptix.pgp.Signature
 

U

u_ - Variable in class cryptix.security.rsa.SecretKey
Deprecated. the multiplicative inverse of p mod q
u() - Method in class cryptix.security.rsa.SecretKey
Deprecated. Returns the multiplicative inverse of p mod q.
ucmp(BigNum, BigNum) - Static method in class cryptix.math.BigNum
 
unarmour(String) - Static method in class cryptix.pgp.ArmouredData
 
UNDEF - Static variable in class cryptix.pgp.KeyRingTrust
 
unixTime - Variable in class cryptix.pgp.Certificate
 
UNK - Static variable in class cryptix.pgp.charset.SimpleCharSet
 
UNKNOWN - Static variable in class cryptix.pgp.KeyRingTrust
 
updateSeedFile() - Method in class cryptix.pgp.FileRandomStream
Update the seed file.
USER_ID - Static variable in class cryptix.pgp.Packet
 
USER_ID_REVOCATION_CERTIFICATE - Static variable in class cryptix.pgp.Signature
 
user() - Method in class cryptix.util.EmailAddress
Gets the username for this address (i.e. the portion before the "@" symbol).
UserId - class cryptix.pgp.UserId.
This class represents a User ID Packet.
userId() - Method in class cryptix.pgp.UserIdCertificate
 
UserId(DataInput, int) - Constructor for class cryptix.pgp.UserId
 
UserId(String) - Constructor for class cryptix.pgp.UserId
 
UserIdCertificate - class cryptix.pgp.UserIdCertificate.
Stores all the information about a user in a keyring - their key certificate, usernames, trust packet(s) and any signatures.
UserIdCertificate(PacketInputStream) - Constructor for class cryptix.pgp.UserIdCertificate
 
UserIdCertificate(UserId, KeyRingTrust, Vector, Vector) - Constructor for class cryptix.pgp.UserIdCertificate
 
userName() - Method in class cryptix.pgp.UserIdCertificate
 
users - Variable in class cryptix.pgp.KeyRing
 
USUALLY - Static variable in class cryptix.pgp.KeyRingTrust
 
UTF8 - Static variable in interface cryptix.pgp.Algorithm
 

V

validUntil() - Method in class cryptix.pgp.Certificate
 
VanityKeyGen - class cryptix.examples.pgp.VanityKeyGen.
 
VanityKeyGen() - Constructor for class cryptix.examples.pgp.VanityKeyGen
 
VanityRSAKeyGen - class cryptix.examples.pgp.VanityRSAKeyGen.
This class is a RSA key pair generator.
VanityRSAKeyGen(RandomStream) - Constructor for class cryptix.examples.pgp.VanityRSAKeyGen
 
verify(PublicKey) - Method in class cryptix.pgp.SignedData
 
verify(PublicKey, byte[]) - Method in class cryptix.pgp.Signature
 
version - Variable in class cryptix.pgp.Certificate
 

W

WebClient - class cryptix.pgp.WebClient.
DOCUMENT ME.
WebClient(String, int, String) - Constructor for class cryptix.pgp.WebClient
 
write(byte[]) - Method in class cryptix.security.MessageDigestOutputStream
Writes an array of bytes to the message digestor
write(byte[], int, int) - Method in class cryptix.security.MessageDigestOutputStream
Writes a sub array of bytes to the message digestor.
write(DataOutput) - Method in class cryptix.pgp.Packet
 
write(DataOutput) - Method in class cryptix.pgp.KeyRingTrust
Writes this trust packet to out.
write(DataOutput) - Method in class cryptix.pgp.Certificate
 
write(DataOutput) - Method in class cryptix.pgp.SecretKeyCertificate
 
write(DataOutput) - Method in class cryptix.pgp.UserId
 
write(DataOutput) - Method in class cryptix.pgp.LiteralData
 
write(DataOutput) - Method in class cryptix.pgp.Message
 
write(DataOutput) - Method in class cryptix.pgp.SignedMessage
 
write(DataOutput) - Method in class cryptix.pgp.PublicKeyCertificate
 
write(DataOutput) - Method in class cryptix.pgp.UserIdCertificate
 
write(DataOutput) - Method in class cryptix.pgp.EncryptedSecretKey
 
write(DataOutput) - Method in class cryptix.pgp.Comment
 
write(DataOutput) - Method in class cryptix.pgp.CompressedData
 
write(DataOutput) - Method in class cryptix.pgp.Signature
 
write(DataOutput) - Method in class cryptix.pgp.ConvEncryptedData
 
write(DataOutput) - Method in class cryptix.pgp.PacketHeader
 
write(DataOutput) - Method in class cryptix.pgp.PublicKeyEncrypted
 
write(DataOutput) - Method in class cryptix.pgp.KeyRingEntry
Writes out this entry as a series of PGP packets to out.
write(DataOutput) - Method in class cryptix.pgp.EncryptedBigInt
 
write(DataOutput) - Method in interface cryptix.util.StreamInterface
Writes 'this' to the DataOutput object.
write(DataOutput, BigInteger) - Static method in class cryptix.math.MPI
Deprecated.  
write(DataOutput, MessageHash) - Static method in class cryptix.pgp.HashFactory
 
write(DataOutput, Packet) - Static method in class cryptix.pgp.PacketFactory
 
write(int) - Method in class cryptix.security.MessageDigestOutputStream
Writes a byte to the message digestor.
write(OutputStream) - Method in class cryptix.pgp.KeyRing
Writes out all KeyRingEntries contained in this keyring to outputStream.
writeKeyRingEntry(KeyRingEntry) - Method in class cryptix.pgp.PacketOutputStream
 
writePacket(Packet) - Method in class cryptix.pgp.PacketOutputStream
 
writeUserIdCertificate(UserIdCertificate) - Method in class cryptix.pgp.PacketOutputStream
 

X

xorBlock - Variable in class cryptix.security.CipherFeedback
Deprecated.  

Z

zero - Static variable in class cryptix.math.BigInteger
 
zero() - Static method in class cryptix.math.BigInteger
 
zero(BigNum) - Static method in class cryptix.math.BigNum
 
ZIP - Static variable in interface cryptix.pgp.Algorithm
 

< A B C D E F G H I K L M N O P Q R S T U V W X Z