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://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, 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.