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