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

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

Introduction

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

The text is from its open source code.

Implementation

java.security.cert.X509Extension has the following implementations.
Click this link to see all its implementation.

Method

SetgetCriticalExtensionOIDs()
Gets a Set of the OID strings for the extension(s) marked CRITICAL in the certificate/CRL managed by the object implementing this interface.
byte[]getExtensionValue(String oid)
Gets the DER-encoded OCTET string for the extension value (extnValue) identified by the passed-in oid String.
SetgetNonCriticalExtensionOIDs()
Gets a Set of the OID strings for the extension(s) marked NON-CRITICAL in the certificate/CRL managed by the object implementing this interface.