public class DjbECPublicKey extends java.lang.Object implements ECPublicKey
KEY_SIZE| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ECPublicKey another) |
boolean |
equals(java.lang.Object other) |
byte[] |
getPublicKey() |
int |
getType() |
int |
hashCode() |
byte[] |
serialize() |
public byte[] serialize()
serialize in interface ECPublicKeypublic int getType()
getType in interface ECPublicKeypublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(ECPublicKey another)
compareTo in interface java.lang.Comparable<ECPublicKey>public byte[] getPublicKey()