org.polyglotted.crypto.symmetric
Class Aes

java.lang.Object
  extended by org.polyglotted.crypto.symmetric.Aes

public abstract class Aes
extends Object


Constructor Summary
Aes()
           
 
Method Summary
static SecretKey createSecret(String passPhrase)
           
static byte[] generateIv(Cipher cipher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aes

public Aes()
Method Detail

createSecret

public static SecretKey createSecret(String passPhrase)
                              throws InvalidKeySpecException,
                                     NoSuchAlgorithmException
Throws:
InvalidKeySpecException
NoSuchAlgorithmException

generateIv

public static byte[] generateIv(Cipher cipher)


Copyright © 2012-2013 Polyglotted Org. All Rights Reserved.