fromDer static method
Implementation
static Secp256k1PublicKey fromDer(BinaryBlob derKey) {
return Secp256k1PublicKey(Secp256k1PublicKey.derDecode(derKey));
}
static Secp256k1PublicKey fromDer(BinaryBlob derKey) {
return Secp256k1PublicKey(Secp256k1PublicKey.derDecode(derKey));
}