Interface RsaPublicKey

interface RsaPublicKey {
    key: KeyLike;
    padding?: number;
}

Properties

Properties

key: KeyLike
padding?: number