fromKeyPair static method
Implementation
static Ed25519KeyIdentity fromKeyPair(
BinaryBlob publicKey, BinaryBlob privateKey) {
return Ed25519KeyIdentity(Ed25519PublicKey.fromRaw(publicKey), privateKey);
}
static Ed25519KeyIdentity fromKeyPair(
BinaryBlob publicKey, BinaryBlob privateKey) {
return Ed25519KeyIdentity(Ed25519PublicKey.fromRaw(publicKey), privateKey);
}