Interface X509CrlVerifyParams

interface X509CrlVerifyParams {
    publicKey: CryptoKey | PublicKey | X509Certificate;
}

Properties

Properties

publicKey: CryptoKey | PublicKey | X509Certificate

Generated using TypeDoc