Skip to main content

ISimpleVerifyingKey

Namespace: IotaSdk

public interface ISimpleVerifyingKey : System.IEquatable`1[[IotaSdk.SimpleVerifyingKey, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<SimpleVerifyingKey>
Attributes NullableContextAttribute

Methods

PublicKey()

PublicKey PublicKey()

Returns

PublicKey

Scheme()

SignatureScheme Scheme()

Returns

SignatureScheme

ToDer()

Serialize this private key as DER-encoded PKCS#8

Byte[] ToDer()

Returns

Byte[]

Exceptions

SdkFfiException

ToPem()

Serialize this private key as DER-encoded PKCS#8

string ToPem()

Returns

String

Exceptions

SdkFfiException

Verify(Byte[], SimpleSignature)

void Verify(Byte[] message, SimpleSignature signature)

Parameters

message Byte[]

signature SimpleSignature

Exceptions

SdkFfiException