public final class ECCPublicKey
extends chat.dim.type.Dictionary
| Constructor and Description |
|---|
ECCPublicKey(java.util.Map<java.lang.String,java.lang.Object> dictionary) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
byte[] |
getData() |
boolean |
match(chat.dim.crypto.SignKey arg0) |
boolean |
verify(byte[] data,
byte[] signature) |
clear, containsKey, containsValue, copyMap, entrySet, equals, get, getBoolean, getByte, getDouble, getFloat, getInt, getLong, getShort, getString, getTime, isEmpty, keySet, put, putAll, remove, setMap, setString, setTime, size, toMap, toString, valuesclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ECCPublicKey(java.util.Map<java.lang.String,java.lang.Object> dictionary)
throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldExceptionpublic byte[] getData()
public boolean verify(byte[] data,
byte[] signature)
public java.lang.String getAlgorithm()
getAlgorithm in interface chat.dim.crypto.CryptographyKeypublic boolean match(chat.dim.crypto.SignKey arg0)
match in interface chat.dim.crypto.VerifyKey