com.rsa.authagent.authapi.ciphers
Class SimpleCipherFactory
java.lang.Object
com.rsa.authagent.authapi.ciphers.SimpleCipherFactory
public class SimpleCipherFactory
- extends java.lang.Object
A factory creating requested simple cipher object.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getCipher
public static SimpleCipher getCipher(int cipherID)
- Creates a specific cipher object.
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.