Authentication
API v8.1 SP2

Uses of Interface
com.rsa.authagent.authapi.ciphers.SimpleCipher

Packages that use SimpleCipher
com.rsa.authagent.authapi.ciphers   
 

Uses of SimpleCipher in com.rsa.authagent.authapi.ciphers
 

Classes in com.rsa.authagent.authapi.ciphers that implement SimpleCipher
 class AesCipher
           
 class DesCipher
          A simple implementation of the DES cipher for data encryption and decryption.
 class NulCipher
          NULL cipher basically does nothing except to return the original data.
 class SdiCipher
          A simple implementation of the SDI cipher for data encryption and decryption.
 

Methods in com.rsa.authagent.authapi.ciphers that return SimpleCipher
static SimpleCipher SimpleCipherFactory.getCipher(int cipherID)
          Creates a specific cipher object.
 


Authentication
API v8.1 SP2

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