public class IdentityKey
extends java.lang.Object
| Constructor and Description |
|---|
IdentityKey(byte[] bytes,
int offset) |
IdentityKey(ECPublicKey publicKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getFingerprint() |
ECPublicKey |
getPublicKey() |
int |
hashCode() |
byte[] |
serialize() |
public IdentityKey(ECPublicKey publicKey)
public IdentityKey(byte[] bytes,
int offset)
throws InvalidKeyException
InvalidKeyExceptionpublic ECPublicKey getPublicKey()
public byte[] serialize()
public java.lang.String getFingerprint()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object