| Class Summary | |
|---|---|
| BaseDSAPrivateKey | BaseDSAPrivateKey.java Copyright (C) 1999, Claymore Systems, Inc. |
| BaseDSAPublicKey | BaseDSAPublicKey.java Copyright (C) 1999, Claymore Systems, Inc. |
| Bench | Bench.java Copyright (C) 1999, Claymore Systems, Inc. |
| Blindable | This interface is implemented by algorithm objects that may be use blinding to prevent timing attacks. |
| CertContext | Provide a generic context for ASN.1 computations and cert verification This class is used internally by PureTLS. |
| Certificate | An interface specifying minimal certificate access functions |
| CertificateDecodeException | CertificateDecodeException.java Copyright (C) 1999, Claymore Systems, Inc. |
| CertificateException | CertificateException.java Copyright (C) 1999, Claymore Systems, Inc. |
| CertificateVerifyException | CertificateVerifyException.java Copyright (C) 1999, Claymore Systems, Inc. |
| CertRequest | Generate various kinds of certificate signing requests. |
| CertVerify | CertVerify.java -- Unit test for certificates Copyright (C) 2001, RTFM, Inc. |
| CertVerifyPolicyInt | CertVerifyPolicyInt.java Copyright (C) 1999, Claymore Systems, Inc. |
| ChangePassword | Change a password on a keyfile. |
| ClaymoreProvider | ClaymoreProvider.java Copyright (C) 1999, Claymore Systems, Inc. |
| DebuggingByteArrayInputStream | DebuggingByteArrayInputStream.java Copyright (C) 2001, RTFM, Inc. |
| DERUtils | Simple DER encode utilities. |
| DHGenerate | DHGenerate.java Copyright (C) 1999, Claymore Systems, Inc. |
| DHPrivateKey | DHPrivateKey.java Copyright (C) 1999, Claymore Systems, Inc. |
| DHPublicKey | DHPublicKey.java Copyright (C) 1999, Claymore Systems, Inc. |
| DistinguishedName | DistinguishedName.java Copyright (C) 1999, Claymore Systems, Inc. |
| DSASignature | A class to perform DSA signature and verification. |
| EAYDHParams | EAYDHParams.java Copyright (C) 1999, Claymore Systems, Inc. |
| EAYDSAPrivateKey | Construct a DSA private from the SSLeay style BER encoding |
| EAYEncryptedPrivateKey | EAYEncryptedPrivateKey.java Copyright (C) 1999, Claymore Systems, Inc. |
| EAYRSAPrivateKey | this is just a wrapper for X509RSAPrivateKey which passes it the encoding and stubs the params and OID |
| Extension | Extension.java Copyright (C) 1999, Claymore Systems, Inc. |
| HMACInputStream | Provides an InputStream filter that MACs the data |
| HMACOutputStream | A filter stream that MACs the data |
| LoadProviders | Force the CSPs to load. |
| PKCS1Pad | Implement PKCS1 padding |
| RandomStore | RandomStore.java Copyright (C) 1999, Claymore Systems, Inc. |
| RawDSAParams | RawDSAParams.java Copyright (C) 1999, Claymore Systems, Inc. |
| RawDSAPublicKey | RawDSAPublicKey.java Copyright (C) 1999, Claymore Systems, Inc. |
| RawDSASignature | A class to perform DSA signature and verification. |
| RawRSACipher | The raw RSA encryption algorithm, without any block framing. |
| RFC822Hdr |
An RFC822Hdr is a single RFC822 style header. |
| RSASignature | This class implements RSA signature w/ PKCS#1 padding but no DigestInfo encoding because Cryptix doesn't and SSL requires it for Client Auth. |
| Silo | Silo.java This class is an unlimited size Silo (aka FIFO) Hence no Silo overflows! |
| SSLAlertException | Represents an Alert. |
| SSLCaughtAlertException | An alert that was sent by the other side |
| SSLContext | SSLContext holds all state relevant to more than one SSL Session/ Connection. |
| SSLContextInt | SSLContextInt.java Copyright (C) 1999, Claymore Systems, Inc. |
| SSLDebug | This class is intended for use in debugging PureTLS. |
| SSLDHPrivateKey | SSLDHPrivateKey.java Copyright (C) 1999, Claymore Systems, Inc. |
| SSLException | A simple subclass of exception for SSL-specific as opposed to generic IO Exceptions |
| SSLHandshakeFailedException | This exception is thrown when the handshake fails for some reason other than an alert being sent/received |
| SSLPolicyInt | SSLPolicyInt.java Copyright (C) 1999, Claymore Systems, Inc. |
| SSLPrematureCloseException | This exception is thrown when the peer closes the connection without sending a close notify |
| SSLReHandshakeException | This exception is thrown when the client receives a rehandshake request. |
| SSLServerSocket | SSLServerSocket.java Copyright (C) 1999 Claymore Systems, Inc. |
| SSLSocket | SSLSocket.java Copyright (C) 1999, Claymore Systems, Inc. |
| SSLSocketXInt | Extended socket functions that only apply to SSL Sockets |
| SSLThrewAlertException | An alert that we threw Essentially all errors in the SSL session end in us sending an alert and throwing this exception. |
| Util | Util.java Copyright (C) 1999, Claymore Systems, Inc. |
| WrappedObject | Utilities to read -----BEGIN style Base64 encoded objects from files and the like. |
| X509Cert | A single X509 Certificate. |
| X509DSAPublicKey | A DSA Public key BER encoded a la PKIX |
| X509Ext | X509Ext.java Copyright (C) 1999, Claymore Systems, Inc. |
| X509Name | An implementation of Distinguished Names
A DN is a SEQUENCE of SETs of "attribute value assertions" (AVAs) Each AVA consists of a type and a value. |
| X509SubjectPublicKeyInfo | X509SubjectPublicKeyInfo.java Copyright (C) 1999, Claymore Systems, Inc. |