public class SfcPotConfigGenerator extends Object
Constructor and Description |
---|
SfcPotConfigGenerator(int noOfServices) |
Modifier and Type | Method and Description |
---|---|
void |
generateScvConfig() |
long |
getCoeff(int index) |
BigInteger |
getLpc(int index) |
BigInteger[] |
getLpcs() |
int |
getMaxServiceNodes() |
short |
getNoOfBits() |
int |
getNoOfServices() |
long |
getNumLimit() |
Long |
getPrime() |
BigInteger |
getPublicPoly(int index) |
Long |
getSecret() |
long |
getSecretShare(int index) |
short[] |
getServiceIndices() |
Short |
getServiceIndices(int index) |
String |
getVersion() |
void |
setNoOfBits(short noOfBits) |
void |
setNoOfServices(int noOfServices) |
void |
setNumLimit(long numLimit) |
public void generateScvConfig()
public int getNoOfServices()
public void setNoOfServices(int noOfServices)
public short getNoOfBits()
public void setNoOfBits(short noOfBits)
public String getVersion()
public int getMaxServiceNodes()
public Long getPrime()
public Long getSecret()
public long getNumLimit()
public Short getServiceIndices(int index)
public short[] getServiceIndices()
public long getSecretShare(int index)
public BigInteger getPublicPoly(int index)
public void setNumLimit(long numLimit)
public BigInteger[] getLpcs()
public long getCoeff(int index)
public BigInteger getLpc(int index)
Copyright © 2017 OpenDaylight. All rights reserved.