symmetric
Class AES

java.lang.Object
  extended by symmetric.AES

public class AES
extends java.lang.Object

Author:
Dominik

Constructor Summary
AES()
          creates a secret key for the AES algorithm.
 
Method Summary
 javax.crypto.spec.SecretKeySpec getSkeySpec()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AES

public AES()
creates a secret key for the AES algorithm.

Throws:
java.security.NoSuchAlgorithmException
java.security.GeneralSecurityException
Method Detail

getSkeySpec

public javax.crypto.spec.SecretKeySpec getSkeySpec()
Returns:
Returns the Secret Key.