C E O 

C

ChaosCipherImpl - Class in org.refcodes.security.ext.chaos
Thanks Christian Pontesegger for the very good example on "Writing your own JCA extensions - a full cipher" at: "http://codeandme.blogspot.de/2013/07/writing-your-own-jca-extensions-full.html" and for the very good example on "Writing your own JCA extensions - a simple digest " at: "http://codeandme.blogspot.de/2013/06/writing-your-own-jca-extensions-simple.html"
ChaosCipherImpl() - Constructor for class org.refcodes.security.ext.chaos.ChaosCipherImpl
 
ChaosKeyGeneratorImpl - Class in org.refcodes.security.ext.chaos
Thanks Christian Pontesegger for the very good example on "Writing your own JCA extensions - a full cipher" at: "http://codeandme.blogspot.de/2013/07/writing-your-own-jca-extensions-full.html" and for the very good example on "Writing your own JCA extensions - a simple digest " at: "http://codeandme.blogspot.de/2013/06/writing-your-own-jca-extensions-simple.html"
ChaosKeyGeneratorImpl() - Constructor for class org.refcodes.security.ext.chaos.ChaosKeyGeneratorImpl
 
ChaosProviderImpl - Class in org.refcodes.security.ext.chaos
Thanks Christian Pontesegger for the very good example on "Writing your own JCA extensions - a full cipher" at: "http://codeandme.blogspot.de/2013/07/writing-your-own-jca-extensions-full.html" and for the very good example on "Writing your own JCA extensions - a simple digest " at: "http://codeandme.blogspot.de/2013/06/writing-your-own-jca-extensions-simple.html"
ChaosProviderImpl() - Constructor for class org.refcodes.security.ext.chaos.ChaosProviderImpl
Instantiates a new chaos Provider implementation for chaos encryption.

E

engineDoFinal(byte[], int, int) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineDoFinal(byte[], int, int, byte[], int) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineGenerateKey() - Method in class org.refcodes.security.ext.chaos.ChaosKeyGeneratorImpl
engineGetBlockSize() - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineGetIV() - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineGetKeySize(Key) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineGetOutputSize(int) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineGetParameters() - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineInit(int, Key, AlgorithmParameters, SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineInit(int, Key, SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineInit(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineInit(int, SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosKeyGeneratorImpl
engineInit(SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosKeyGeneratorImpl
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosKeyGeneratorImpl
engineSetMode(String) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineSetPadding(String) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineUpdate(byte[], int, int) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineUpdate(byte[], int, int, byte[], int) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl

O

org.refcodes.security.ext.chaos - package org.refcodes.security.ext.chaos
This package provides the chaos encryption algorithm as JCA extensions by making use of the plain vanilla ChaosDecrypter and ChaosEncrypter implementations ChaosDecrypterImpl and ChaosEncrypterImpl.
C E O