IOTA SDKAPI ReferencePythonClassesSecp256r1VerifyingKeyProtocolOn this pageSecp256r1VerifyingKeyProtocolSecp256r1VerifyingKeyProtocol Objects class Secp256r1VerifyingKeyProtocol(typing.Protocol) to_der def to_der() -> bytes Serialize this public key as DER-encoded data. to_pem def to_pem() -> str Serialize this public key into PEM.Give Feedback