org.polyglotted.crypto.symmetric
Class Aes
java.lang.Object
org.polyglotted.crypto.symmetric.Aes
public abstract class Aes
- extends Object
|
Constructor Summary |
Aes()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Aes
public Aes()
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.