Oracle

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)
           
 
Method Summary
 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
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()

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle