Skip to content

SigningKeyCipher Enum eBay Docs

This enumerated type lists the supported ciphers that can be used when creating new keypairs.

ValueDescription
ED25519Represents the Ed25519 algorithm as specified in RFC 8032.
RSARepresents the RSASSA-PKCS1-v1_5 algorithm as specified in RFC 3447.

Example

php
use Rat\eBaySDK\Enums\PrograSigningKeyCiphermType;

SigningKeyCipher::ED25519;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.