Example usage for java.security.cert CertificateFactory getClass

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

Introduction

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

Prototype

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

Source Link

Document

Returns the runtime class of this Object .

Usage