org.openptk.crypto
Class AESCrypto

java.lang.Object
  extended by org.openptk.crypto.Crypto
      extended by org.openptk.crypto.KeyGenCrypto
          extended by org.openptk.crypto.AESCrypto
All Implemented Interfaces:
CryptoIF

public class AESCrypto
extends KeyGenCrypto

Author:
Scott Fehrman, Sun Microsystems, Inc.

Field Summary
 
Fields inherited from class org.openptk.crypto.Crypto
_decoder, _decryptCipher, _encoder, _encryptCipher, STRING_ENCODING
 
Constructor Summary
AESCrypto()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.openptk.crypto.Crypto
decrypt, encrypt, getId, getImplementations, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AESCrypto

public AESCrypto()
          throws CryptoException
Throws:
CryptoException
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - (not used)


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved