public interface Crypto
Modifier and Type | Field and Description |
---|---|
static String[] |
ECDSA_ALGORITHMS |
Modifier and Type | Method and Description |
---|---|
default int |
ECDSALength(String algorithm) |
String |
getId() |
default boolean |
isECDSA(String algorithm) |
byte[] |
sign(byte[] payload) |
boolean |
verify(byte[] signature,
byte[] payload) |
Copyright © 2020 Eclipse. All rights reserved.