| java.lang.Object org.xbill.DNS.security.DHPubKey
DHPubKey | class DHPubKey implements DHPublicKey(Code) | | A stub implementation of a Diffie-Hellman public key
author: Brian Wellington |
getAlgorithm | public String getAlgorithm()(Code) | | Obtain the algorithm of a Diffie-Hellman public key
|
getEncoded | public byte[] getEncoded()(Code) | | Obtain the encoded representation of a Diffie-Hellman public key
(unimplemented)
|
getFormat | public String getFormat()(Code) | | Obtain the format of a Diffie-Hellman public key (unimplemented)
|
getParams | public DHParameterSpec getParams()(Code) | | Obtain the parameters of a Diffie-Hellman public key
|
getY | public BigInteger getY()(Code) | | Obtain the public value of a Diffie-Hellman public key
|
|
|