intarsys runtime library

de.intarsys.tools.crypto
Class PBAES128Cryptdec

java.lang.Object
  extended by de.intarsys.tools.crypto.Cryptdec
      extended by de.intarsys.tools.crypto.PBCryptdec
          extended by de.intarsys.tools.crypto.PBAES128Cryptdec
All Implemented Interfaces:
ICryptdec

public class PBAES128Cryptdec
extends PBCryptdec


Constructor Summary
PBAES128Cryptdec(String id, byte[] iv, char[] passphrase, byte[] salt, int iterationCount)
           
 
Method Summary
 
Methods inherited from class de.intarsys.tools.crypto.Cryptdec
decrypt, encrypt, getId, getInitializationVector
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBAES128Cryptdec

public PBAES128Cryptdec(String id,
                        byte[] iv,
                        char[] passphrase,
                        byte[] salt,
                        int iterationCount)
                 throws GeneralSecurityException
Throws:
GeneralSecurityException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.