Class BCXDHPublicKey
- java.lang.Object
-
- org.bouncycastle.jcajce.provider.asymmetric.edec.BCXDHPublicKey
-
- All Implemented Interfaces:
Serializable
,Key
,PublicKey
,XDHKey
,XDHPublicKey
public class BCXDHPublicKey extends Object implements XDHPublicKey
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm
in interfaceKey
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded
in interfaceKey
-
-