Uses of Class
com.didisoft.pgp.bc.elgamal.security.Cipher

Packages that use Cipher
com.didisoft.pgp.bc.elgamal   
com.didisoft.pgp.bc.elgamal.security   
 

Uses of Cipher in com.didisoft.pgp.bc.elgamal
 

Subclasses of Cipher in com.didisoft.pgp.bc.elgamal
 class RawElGamalCipher
          The raw ElGamal encryption algorithm.
 

Uses of Cipher in com.didisoft.pgp.bc.elgamal.security
 

Methods in com.didisoft.pgp.bc.elgamal.security that return Cipher
static Cipher Cipher.getInstance(Cipher cipher, com.didisoft.pgp.bc.elgamal.security.Mode mode, com.didisoft.pgp.bc.elgamal.security.PaddingScheme padding)
          Generates a new Cipher object by composing the given Cipher, Mode and PaddingScheme objects.
static Cipher Cipher.getInstance(java.lang.String algorithm)
          Generates a Cipher object that implements the given algorithm.
static Cipher Cipher.getInstance(java.lang.String algorithm, java.lang.String provider)
          Generates a Cipher object that implements the given cipher, from the given provider.
 

Methods in com.didisoft.pgp.bc.elgamal.security with parameters of type Cipher
static Cipher Cipher.getInstance(Cipher cipher, com.didisoft.pgp.bc.elgamal.security.Mode mode, com.didisoft.pgp.bc.elgamal.security.PaddingScheme padding)
          Generates a new Cipher object by composing the given Cipher, Mode and PaddingScheme objects.
 



Copyright © 2006-2011 DidiSoft Ltd. All Rights Reserved.