Skip navigation links
C G O T 

C

ChaosDecrypter - Interface in org.refcodes.security.alt.chaos
The ChaosDecrypter will use byte arrays as input and output types.
ChaosDecrypterImpl - Class in org.refcodes.security.alt.chaos
The Class ChaosDecrypterImpl.
ChaosDecrypterImpl(double, double, double) - Constructor for class org.refcodes.security.alt.chaos.ChaosDecrypterImpl
Instantiates a new chaos decrypter impl.
ChaosDecrypterImpl(ChaosKey) - Constructor for class org.refcodes.security.alt.chaos.ChaosDecrypterImpl
Instantiates a new chaos decrypter impl.
ChaosEncrypter - Interface in org.refcodes.security.alt.chaos
The ChaosEncrypter will use byte arrays as input and output types.
ChaosEncrypterImpl - Class in org.refcodes.security.alt.chaos
The Class ChaosEncrypterImpl.
ChaosEncrypterImpl(double, double, double) - Constructor for class org.refcodes.security.alt.chaos.ChaosEncrypterImpl
Instantiates a new chaos encrypter impl.
ChaosEncrypterImpl(ChaosKey) - Constructor for class org.refcodes.security.alt.chaos.ChaosEncrypterImpl
Instantiates a new chaos encrypter impl.
ChaosKey - Interface in org.refcodes.security.alt.chaos
The key holding the parameters for the implemented chaos function.
ChaosTextDecrypter - Interface in org.refcodes.security.alt.chaos
The ChaosTextDecrypter will use String as input and output type.
ChaosTextDecrypterImpl - Class in org.refcodes.security.alt.chaos
The Class ChaosTextDecrypterImpl.
ChaosTextDecrypterImpl(double, double, double) - Constructor for class org.refcodes.security.alt.chaos.ChaosTextDecrypterImpl
Instantiates a new chaos text decrypter impl.
ChaosTextDecrypterImpl(ChaosKey) - Constructor for class org.refcodes.security.alt.chaos.ChaosTextDecrypterImpl
Instantiates a new chaos text decrypter impl.
ChaosTextEncrypter - Interface in org.refcodes.security.alt.chaos
The ChaosTextEncrypter will use String as input and output type.
ChaosTextEncrypterImpl - Class in org.refcodes.security.alt.chaos
The Class ChaosTextEncrypterImpl.
ChaosTextEncrypterImpl(double, double, double) - Constructor for class org.refcodes.security.alt.chaos.ChaosTextEncrypterImpl
Instantiates a new chaos text encrypter impl.
ChaosTextEncrypterImpl(ChaosKey) - Constructor for class org.refcodes.security.alt.chaos.ChaosTextEncrypterImpl
Instantiates a new chaos text encrypter impl.

G

getA() - Method in interface org.refcodes.security.alt.chaos.ChaosKey
Gets the a.
getS() - Method in interface org.refcodes.security.alt.chaos.ChaosKey
Gets the s.
getX0() - Method in interface org.refcodes.security.alt.chaos.ChaosKey
Gets the x0.

O

org.refcodes.security.alt.chaos - package org.refcodes.security.alt.chaos
In the article "Chaos-based encryption" (see "http://www.refcodes.org/blog/chaos-based_encryption/") I published a text I received in the late 1980s in Harare (Zimbabwe) by the mathematician Sönke Rehder; there a chaos-based symmetric cryptographic algorithm is being described: ”… Betrachten wir die “Nachfolger-“ oder “Poincaré” Funktion N(x) = A*x*(1-x).

T

toDecrypted(byte[]) - Method in class org.refcodes.security.alt.chaos.ChaosDecrypterImpl
 
toDecrypted(byte[], int, int, byte[], int) - Method in class org.refcodes.security.alt.chaos.ChaosDecrypterImpl
 
toDecrypted(String) - Method in class org.refcodes.security.alt.chaos.ChaosTextDecrypterImpl
 
toDecrypted(byte[], int, int, byte[], int) - Method in class org.refcodes.security.alt.chaos.ChaosTextDecrypterImpl
 
toEncrypted(byte[]) - Method in class org.refcodes.security.alt.chaos.ChaosEncrypterImpl
 
toEncrypted(byte[], int, int, byte[], int) - Method in class org.refcodes.security.alt.chaos.ChaosEncrypterImpl
 
toEncrypted(String) - Method in class org.refcodes.security.alt.chaos.ChaosTextEncrypterImpl
 
toEncrypted(byte[], int, int, byte[], int) - Method in class org.refcodes.security.alt.chaos.ChaosTextEncrypterImpl
 
C G O T 
Skip navigation links

Copyright © 2017. All rights reserved.