public class ChaosKeyImpl extends Object implements org.refcodes.security.alt.chaos.ChaosKey, SecretKey
| Constructor and Description |
|---|
ChaosKeyImpl(double x0,
double a,
double s)
Instantiates a new chaos key impl.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getA() |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
double |
getS() |
double |
getX0() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedpublic ChaosKeyImpl(double x0,
double a,
double s)
x0 - the x 0a - the as - the spublic String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic double getX0()
getX0 in interface org.refcodes.security.alt.chaos.ChaosKeypublic double getA()
getA in interface org.refcodes.security.alt.chaos.ChaosKeypublic double getS()
getS in interface org.refcodes.security.alt.chaos.ChaosKeyCopyright © 2017. All rights reserved.