Serializable
, Key
, SecretKey
, Destroyable
, org.refcodes.security.alt.chaos.ChaosKey
public class ChaosKeyImpl extends Object implements org.refcodes.security.alt.chaos.ChaosKey, SecretKey
Constructor | Description |
---|---|
ChaosKeyImpl(double x0,
double a,
double s) |
Instantiates a new chaos key impl.
|
Modifier and Type | Method | Description |
---|---|---|
double |
getA() |
|
String |
getAlgorithm() |
|
byte[] |
getEncoded() |
|
String |
getFormat() |
|
double |
getS() |
|
double |
getX0() |
destroy, isDestroyed
public ChaosKeyImpl(double x0, double a, double s)
x0
- the x 0a
- the as
- the spublic String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public double getX0()
getX0
in interface org.refcodes.security.alt.chaos.ChaosKey
public double getA()
getA
in interface org.refcodes.security.alt.chaos.ChaosKey
public double getS()
getS
in interface org.refcodes.security.alt.chaos.ChaosKey
Copyright © 2018. All rights reserved.