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

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

Introduction

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

The text is from its open source code.

Field

Constructor

GeneralName(X509Name dirName)
GeneralName(X500Name dirName)
GeneralName(int tag, ASN1Encodable name)
When the subjectAltName extension contains an Internet mail address, the address MUST be included as an rfc822Name.
GeneralName(int tag, String name)
Create a GeneralName for the given tag from the passed in String.

Method

booleanequals(Object o)
byte[]getEncoded()
Return the default BER or DER encoding for this object.
GeneralNamegetInstance(Object obj)
GeneralNamegetInstance(ASN1TaggedObject tagObj, boolean explicit)
ASN1EncodablegetName()
intgetTagNo()
ASN1PrimitivetoASN1Primitive()
StringtoString()