Uses of Class
com.dyuproject.util.Cryptography

Packages that use Cryptography
com.dyuproject.util   
 

Uses of Cryptography in com.dyuproject.util
 

Methods in com.dyuproject.util that return Cryptography
static Cryptography Cryptography.create(byte[] secretKey, String algorithm)
          Creates a new instance with the given bytes secretKey and algorithm.
static Cryptography Cryptography.create(String secretKey, char pad)
          Creates a new instance with the given secretKey and the character pad for padding if the key is not long enough.
static Cryptography Cryptography.create(String secretKey, String algorithm)
          Creates a new instance with the given secretKey and algorithm.
static Cryptography Cryptography.create(String secretKey, String charset, String algorithm)
          Creates a new instance with the given secretKey, charset and algorithm.
static Cryptography Cryptography.createDES(String secretKey)
          Creates a new instance with the given secretKey.
static Cryptography Cryptography.createDESede(String secretKey)
          Creates a new instance with the given secretKey.
static Cryptography Cryptography.generateDESedeRandom()
          Creates a new instance with a random secret that is 24 characters long.
static Cryptography Cryptography.generateDESRandom()
          Creates a new instance with a random secret that is 8 characters long.
static Cryptography Cryptography.generateRandom(String algorithm)
          Creates a new instance with a random secret with the given algorithm.
 



Copyright © 2008-2013. All Rights Reserved.