Authentication
API v8.1 SP2

com.rsa.authagent.authapi.ciphers
Class Algor2

java.lang.Object
  extended by com.rsa.authagent.authapi.ciphers.WpcodeAlgor
      extended by com.rsa.authagent.authapi.ciphers.Algor2

public class Algor2
extends WpcodeAlgor

Implements the Algor2 function for legacy Wpcode hashing.


Field Summary
 
Fields inherited from class com.rsa.authagent.authapi.ciphers.WpcodeAlgor
IP_SIZE, PINPRN_SIZE, SALT_SIZE, TIME_SIZE
 
Constructor Summary
Algor2()
           
 
Method Summary
 Passkey[] generate(java.lang.String pin, java.lang.String prn, java.net.InetAddress ip, long time)
           
 int generate(java.lang.String pin, java.lang.String prn, java.net.InetAddress ip, long time, Passkey[] wpCodes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Algor2

public Algor2()
       throws java.security.GeneralSecurityException
Throws:
java.security.GeneralSecurityException
Method Detail

generate

public Passkey[] generate(java.lang.String pin,
                          java.lang.String prn,
                          java.net.InetAddress ip,
                          long time)
                   throws java.security.GeneralSecurityException
Overrides:
generate in class WpcodeAlgor
Throws:
java.security.GeneralSecurityException

generate

public int generate(java.lang.String pin,
                    java.lang.String prn,
                    java.net.InetAddress ip,
                    long time,
                    Passkey[] wpCodes)
             throws java.security.GeneralSecurityException
Overrides:
generate in class WpcodeAlgor
Throws:
java.security.GeneralSecurityException

Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.