Java org.bouncycastle.x509 X509Attribute fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.x509 X509Attribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.x509 X509Attribute.

The text is from its open source code.

Constructor

X509Attribute(String oid, ASN1Encodable value)
Create an X.509 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing value.
X509Attribute(String oid, ASN1EncodableVector value)
Create an X.59 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing the objects in value.

Method

StringgetOID()