Authentication
API v8.1 SP2

com.rsa.authagent.authapi.ciphers
Class SimpleCipherFactory

java.lang.Object
  extended by com.rsa.authagent.authapi.ciphers.SimpleCipherFactory

public class SimpleCipherFactory
extends java.lang.Object

A factory creating requested simple cipher object.


Field Summary
static int AES_CIPHER
           
static int DES_CIPHER
           
static int NUL_CIPHER
           
static int SDI_CIPHER
           
 
Method Summary
static SimpleCipher getCipher(int cipherID)
          Creates a specific cipher object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUL_CIPHER

public static final int NUL_CIPHER
See Also:
Constant Field Values

DES_CIPHER

public static final int DES_CIPHER
See Also:
Constant Field Values

SDI_CIPHER

public static final int SDI_CIPHER
See Also:
Constant Field Values

AES_CIPHER

public static final int AES_CIPHER
See Also:
Constant Field Values
Method Detail

getCipher

public static SimpleCipher getCipher(int cipherID)
Creates a specific cipher object.


Authentication
API v8.1 SP2

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