|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jce.spec.MQVPublicKeySpec
Static/ephemeral public key pair for use with ECMQV key agreement
Field Summary |
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Constructor Summary | |
MQVPublicKeySpec(java.security.PublicKey staticKey,
java.security.PublicKey ephemeralKey)
Deprecated. |
Method Summary | |
java.lang.String |
getAlgorithm()
Deprecated. return "ECMQV" |
byte[] |
getEncoded()
Deprecated. returns null |
java.security.PublicKey |
getEphemeralKey()
Deprecated. return the ephemeral public key |
java.lang.String |
getFormat()
Deprecated. return null |
java.security.PublicKey |
getStaticKey()
Deprecated. return the static public key |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MQVPublicKeySpec(java.security.PublicKey staticKey, java.security.PublicKey ephemeralKey)
staticKey
- the static public key.ephemeralKey
- the ephemeral public key.Method Detail |
public java.security.PublicKey getStaticKey()
getStaticKey
in interface MQVPublicKey
public java.security.PublicKey getEphemeralKey()
getEphemeralKey
in interface MQVPublicKey
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
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |