|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openptk.crypto.Crypto org.openptk.crypto.KeyGenCrypto org.openptk.crypto.AESCrypto
public class AESCrypto
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 |
---|
public AESCrypto() throws CryptoException
CryptoException
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- (not used)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |