Skip navigation links
C E G O P 

C

ChaosCipherImpl - Class in org.refcodes.security.ext.chaos.impls
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.impls.ChaosCipherImpl
 
ChaosKeyGeneratorImpl - Class in org.refcodes.security.ext.chaos.impls
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.impls.ChaosKeyGeneratorImpl
 
ChaosKeyImpl - Class in org.refcodes.security.ext.chaos.impls
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"
ChaosKeyImpl(double, double, double) - Constructor for class org.refcodes.security.ext.chaos.impls.ChaosKeyImpl
Instantiates a new chaos key impl.
ChaosProviderImpl - Class in org.refcodes.security.ext.chaos.impls
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.impls.ChaosProviderImpl
Instantiates a new chaos provider impl.

E

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

G

getA() - Method in class org.refcodes.security.ext.chaos.impls.ChaosKeyImpl
 
getAlgorithm() - Method in class org.refcodes.security.ext.chaos.impls.ChaosKeyImpl
 
getEncoded() - Method in class org.refcodes.security.ext.chaos.impls.ChaosKeyImpl
 
getFormat() - Method in class org.refcodes.security.ext.chaos.impls.ChaosKeyImpl
 
getS() - Method in class org.refcodes.security.ext.chaos.impls.ChaosKeyImpl
 
getX0() - Method in class org.refcodes.security.ext.chaos.impls.ChaosKeyImpl
 

O

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

P

PROVIDER_NAME - Static variable in class org.refcodes.security.ext.chaos.impls.ChaosProviderImpl
 
C E G O P 
Skip navigation links

Copyright © 2017. All rights reserved.