Skip navigation links
C E G O P 

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

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, 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, Key, AlgorithmParameters, SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosCipherImpl
engineInit(SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosKeyGeneratorImpl
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class org.refcodes.security.ext.chaos.ChaosKeyGeneratorImpl
engineInit(int, 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

G

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

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.

P

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

Copyright © 2017. All rights reserved.