Interface PemPublicKey

interface PemPublicKey {
    pem: string;
}

Properties

Properties

pem: string