Package net.dona.doip.util.tls
package net.dona.doip.util.tls
-
ClassesClassDescriptionAn instance of
X509TrustManagerwhich will trust all certificates.This object is used to provide a private key for authentication to the other side of a secure socket connection.Utilities for restricting TLS connections to use appropriate protocol versions and cipher suites.A wrapper for anSSLServerSocketFactorywhich ensures that all created server sockets will use appropriate protocols and cipher suites.A wrapper for anSSLSocketFactorywhich ensures that all created sockets will use appropriate protocols and cipher suites.A trust manager which expects the server certificate to both have the specified identitifier, and to have one of a list of specified public keys.Utility methods to generate X509 certificates, and to read and write certificates from and to PEM files.Utility methods to parse a (handle) identity from an X509 certificate.