PKI-Lite - v1.0.12
    Preparing search index...

    Represents the Extended Key Usage extension defined in RFC 5280.

    The Extended Key Usage extension indicates one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension.

    ExtKeyUsageSyntax ::= SEQUENCE SIZE (1..MAX) OF KeyPurposeId
    
    KeyPurposeId ::= OBJECT IDENTIFIER
    

    Hierarchy (View Summary)

    Indexable

    Index

    Constructors

    Properties

    maxSize?: number

    Accessors

    Methods

    • Parameters

      • options: {
            clientAuth?: boolean;
            codeSigning?: boolean;
            emailProtection?: boolean;
            ocspSigning?: boolean;
            serverAuth?: boolean;
            timeStamping?: boolean;
        } & { [oid: string]: boolean }

      Returns ExtKeyUsage