com.netscape.cmsutil.radius
Class RequestAuthenticator

java.lang.Object
  extended by com.netscape.cmsutil.radius.Authenticator
      extended by com.netscape.cmsutil.radius.RequestAuthenticator

public class RequestAuthenticator
extends Authenticator


Constructor Summary
RequestAuthenticator(java.security.SecureRandom rand, java.lang.String secret)
           
 
Method Summary
 byte[] getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestAuthenticator

public RequestAuthenticator(java.security.SecureRandom rand,
                            java.lang.String secret)
                     throws java.security.NoSuchAlgorithmException
Throws:
java.security.NoSuchAlgorithmException
Method Detail

getData

public byte[] getData()
               throws java.io.IOException
Specified by:
getData in class Authenticator
Throws:
java.io.IOException