Example usage for java.security.cert X509Certificate subclass-usage

List of usage examples for java.security.cert X509Certificate subclass-usage

Introduction

In this page you can find the example usage for java.security.cert X509Certificate subclass-usage.

Usage

From source file mitm.common.security.certificate.X509CertificateMicrosoftSKI.java

/**
 * Extension of X509Certificate which is used to work around a non standard way to calculate the
 * subject key identier (SKI) used by Microsoft products when the SKI is not part of the 
 * certificate.
 * 
 * For info why this workaround is needed see: https://bugzilla.mozilla.org/show_bug.cgi?id=559243 and