Example usage for java.security.cert X509CRL getClass

List of usage examples for java.security.cert X509CRL getClass

Introduction

In this page you can find the example usage for java.security.cert X509CRL getClass.

Prototype

@HotSpotIntrinsicCandidate
public final native Class<?> getClass();

Source Link

Document

Returns the runtime class of this Object .

Usage