public class BCDHPublicKey extends Object implements DHPublicKey
Constructor and Description |
---|
BCDHPublicKey(SubjectPublicKeyInfo info) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
DHParameterSpec |
getParams() |
BigInteger |
getY() |
int |
hashCode() |
public BCDHPublicKey(SubjectPublicKeyInfo info)
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public DHParameterSpec getParams()
public BigInteger getY()
getY
in interface DHPublicKey
Copyright © 2016 BouncyCastle.org. All rights reserved.