public class TransparentDHPrivateKey extends Object implements KmipStruct
| Constructor and Description |
|---|
TransparentDHPrivateKey() |
TransparentDHPrivateKey(BigInteger p,
Optional<BigInteger> q,
BigInteger g,
Optional<BigInteger> j,
BigInteger x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
TransparentDHPrivateKey |
g(BigInteger g) |
BigInteger |
getG() |
Optional<BigInteger> |
getJ() |
BigInteger |
getP() |
Optional<BigInteger> |
getQ() |
BigInteger |
getX() |
int |
hashCode() |
TransparentDHPrivateKey |
j(Optional<BigInteger> j) |
TransparentDHPrivateKey |
p(BigInteger p) |
TransparentDHPrivateKey |
q(Optional<BigInteger> q) |
void |
setG(BigInteger g) |
void |
setJ(Optional<BigInteger> j) |
void |
setP(BigInteger p) |
void |
setQ(Optional<BigInteger> q) |
void |
setX(BigInteger x) |
String |
toString() |
TransparentDHPrivateKey |
x(BigInteger x) |
public TransparentDHPrivateKey()
public TransparentDHPrivateKey(BigInteger p, Optional<BigInteger> q, BigInteger g, Optional<BigInteger> j, BigInteger x)
public BigInteger getP()
public void setP(BigInteger p)
public Optional<BigInteger> getQ()
public void setQ(Optional<BigInteger> q)
public BigInteger getG()
public void setG(BigInteger g)
public Optional<BigInteger> getJ()
public void setJ(Optional<BigInteger> j)
public BigInteger getX()
public void setX(BigInteger x)
public TransparentDHPrivateKey p(BigInteger p)
public TransparentDHPrivateKey q(Optional<BigInteger> q)
public TransparentDHPrivateKey g(BigInteger g)
public TransparentDHPrivateKey j(Optional<BigInteger> j)
public TransparentDHPrivateKey x(BigInteger x)
Copyright © 2023. All rights reserved.