|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jce.spec.MQVPublicKeySpec
public class 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)
|
Method Summary | |
---|---|
java.lang.String |
getAlgorithm()
return "ECMQV" |
byte[] |
getEncoded()
returns null |
java.security.PublicKey |
getEphemeralKey()
return the ephemeral public key |
java.lang.String |
getFormat()
return null |
java.security.PublicKey |
getStaticKey()
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 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |