Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.security.SSL
Class CertCallback

java.lang.Object
  extended by weblogic.security.SSL.CertCallback

public final class CertCallback
extends Object


Constructor Summary
CertCallback()
          Default constructor: blocking ssl
CertCallback(boolean bNio)
           
CertCallback(boolean bNio, String srcHost, int srcPort, String destHost, int destPort)
           
 
Method Summary
 String getDestinationHost()
           
 int getDestinationPort()
           
 String getSourceHost()
           
 int getSourcePort()
           
 SSLClientInfo getSSLClientInfo()
           
 boolean isNioConfigured()
          Get the setting of ssl nio
 void setSSLClientInfo(Certificate[] cert, PrivateKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertCallback

public CertCallback()
Default constructor: blocking ssl


CertCallback

public CertCallback(boolean bNio)
Parameters:
bNio - - true to eanble non-blocking ssl nio

CertCallback

public CertCallback(boolean bNio,
                    String srcHost,
                    int srcPort,
                    String destHost,
                    int destPort)
Parameters:
bNio - - true to eanble non-blocking ssl nio
srcHost - - hostname of the intiating JVM
srcPort - - port for the initiating JVM
destHost - - hostname of the destination JVM
destPort - - port for the destination JVM
Method Detail

isNioConfigured

public boolean isNioConfigured()
Get the setting of ssl nio

Returns:
true means ssl nio enabled

setSSLClientInfo

public void setSSLClientInfo(Certificate[] cert,
                             PrivateKey key)

getSSLClientInfo

public SSLClientInfo getSSLClientInfo()

getDestinationHost

public String getDestinationHost()

getDestinationPort

public int getDestinationPort()

getSourceHost

public String getSourceHost()

getSourcePort

public int getSourcePort()

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02