|
Class Summary |
| AuthenticatorProxyCredentials |
Credenciales de autenticación para conectar el sistema de autenticación de Java con el sistema de credenciales de la librería
httpclient. |
| Base64 |
Encodes and decodes to and from Base64 notation. |
| Base64.InputStream |
A Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64Coder |
A Base64 Encoder/Decoder. |
| I18n |
Clase que permite la internacionalizacion de las cadenas de texto de la aplicacion. |
| OwnSSLProtocolSocketFactory |
A SecureProtocolSocketFactory that uses JSSE to create
SSL sockets. |
| TSCliente |
Clase encargada de generar sellos de tiempo. |
| TSPAlgoritmos |
Clase con los algortimos de codificacion permitidos
para el sellado de tiempo. |
| TSValidacion |
Estructura de datos para la validación de un sello de tiempo. |
| TSValidator |
Clase encargada de validar sellos de tiempo. |