public class JCEDHPublicKey extends Object implements DHPublicKey
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
DHParameterSpec |
getParams() |
BigInteger |
getY() |
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 © 2015. All rights reserved.