mcne.security
Class SSLEnvironment

java.lang.Object
  |
  +--mcne.security.SSLEnvironment

public class SSLEnvironment
extends java.lang.Object


Constructor Summary
protected SSLEnvironment()
          Creates a new instance of SSLEnvironment
 
Method Summary
 javax.net.ssl.SSLContext getContext()
          Devuelve el contexto de la conexión SSL
static SSLEnvironment getInstance()
          Devuelve una única instancia de la clase SSLEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLEnvironment

protected SSLEnvironment()
Creates a new instance of SSLEnvironment

Method Detail

getInstance

public static SSLEnvironment getInstance()
Devuelve una única instancia de la clase SSLEnvironment


getContext

public javax.net.ssl.SSLContext getContext()
                                    throws java.lang.Exception
Devuelve el contexto de la conexión SSL

java.lang.Exception