Modifier and Type | Field and Description |
---|---|
protected BigInteger |
K |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDH() |
Modifier and Type | Method and Description |
---|---|
protected abstract byte[] |
calculateK() |
abstract byte[] |
getE() |
abstract Digest |
getHash() |
static AbstractDH |
getInstance(String algo) |
byte[] |
getK() |
abstract void |
setF(byte[] e) |
protected static byte[] |
stripLeadingZeroes(byte[] x) |
protected BigInteger K
public static AbstractDH getInstance(String algo) throws Exception
Exception
public abstract void setF(byte[] e)
protected static byte[] stripLeadingZeroes(byte[] x)
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.