Java org.bouncycastle.util.io.pem PemObject fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.util.io.pem PemObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.util.io.pem PemObject.

The text is from its open source code.

Constructor

PemObject(String type, byte[] content)
Generic constructor for object without headers.
PemObject(String type, List headers, byte[] content)
Generic constructor for object with headers.

Method