For the latest news and information visit
The GNU Crypto project

gnu.crypto.tool
Class SimpleCallbackHandler

java.lang.Object
  extended bygnu.crypto.tool.SimpleCallbackHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

public class SimpleCallbackHandler
extends java.lang.Object
implements javax.security.auth.callback.CallbackHandler

A simple CallbackHandler for test purposes.

Version:
$Revision: 1.2 $

Constructor Summary
SimpleCallbackHandler()
           
 
Method Summary
 void handle(javax.security.auth.callback.Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCallbackHandler

public SimpleCallbackHandler()
Method Detail

handle

public void handle(javax.security.auth.callback.Callback[] callbacks)
            throws java.io.IOException,
                   javax.security.auth.callback.UnsupportedCallbackException
Specified by:
handle in interface javax.security.auth.callback.CallbackHandler
Throws:
java.io.IOException
javax.security.auth.callback.UnsupportedCallbackException

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.