|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jce.provider.JCEDHPublicKey
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Method Summary | |
java.lang.String |
getAlgorithm()
|
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
|
DHParameterSpec |
getParams()
Returns the key parameters. |
java.math.BigInteger |
getY()
Returns the public value, y . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public java.lang.String getFormat()
getFormat
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key
public DHParameterSpec getParams()
DHKey
getParams
in interface DHKey
javax.crypto.interfaces.DHKey
public java.math.BigInteger getY()
DHPublicKey
y
.getY
in interface DHPublicKey
javax.crypto.interfaces.DHPublicKey
y
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |