org.openptk.crypto
Class KeyGenCrypto

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

public class KeyGenCrypto
extends Crypto

Author:
Scott Fehrman, Sun Microsystems, Inc.

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

Constructor Detail

KeyGenCrypto

public KeyGenCrypto(java.lang.String keygen,
                    java.lang.String transformation)
             throws CryptoException
Parameters:
keygen - String name of the key generator instance
transformation - String type of transformation
Throws:
CryptoException


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