X509CertImpl.getExtendedKeyUsage

This static method is the default implementation of the getExtendedKeyUsage method in X509Certificate. A X509Certificate provider generally should overwrite this to provide among other things caching for better performance.

  1. List!string getExtendedKeyUsage()
  2. List!string getExtendedKeyUsage(X509Certificate cert)
    class X509CertImpl
    static
    List!string
    getExtendedKeyUsage

Meta