java.lang.Object
org.elasticsearch.common.ssl.DerParser

public final class DerParser extends Object
A bare-minimum ASN.1 DER decoder, just having enough functions to decode PKCS#1 private keys in order to remain JCE/JVM agnostic.

Based on https://github.com/groovenauts/jmeter_oauth_plugin/blob/master/jmeter/src/ main/java/org/apache/jmeter/protocol/oauth/sampler/PrivateKeyReader.java