Java java.security.cert CertificateRevokedException fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CertificateRevokedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CertificateRevokedException.

The text is from its open source code.

Constructor

CertificateRevokedException(Date revocationDate, CRLReason reason, X500Principal authority, Map extensions)
Constructs a CertificateRevokedException with the specified revocation date, reason code, authority name, and map of extensions.