Index

C E O 
All Classes and Interfaces|All Packages|Serialized Form

C

ChaosCipherSpi - 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"
ChaosCipherSpi() - Constructor for class org.refcodes.security.ext.chaos.ChaosCipherSpi
 
ChaosKeyGenerator - 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"
ChaosKeyGenerator() - Constructor for class org.refcodes.security.ext.chaos.ChaosKeyGenerator
 
ChaosProvider - 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"
ChaosProvider() - Constructor for class org.refcodes.security.ext.chaos.ChaosProvider
Instantiates a new chaos ChaosProvider implementation for chaos encryption.

E

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

O

org.refcodes.security.ext.chaos - module org.refcodes.security.ext.chaos
 
org.refcodes.security.ext.chaos - package org.refcodes.security.ext.chaos
This artifact extends the refcodes-security toolkit with JCA (Java Cryptography Architecture) support as of the ChaosProvider, the ChaosKeyGenerator and the ChaosCipherSpi types.
C E O 
All Classes and Interfaces|All Packages|Serialized Form