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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleanequals(Object o)
GeneralNamesfromExtensions(Extensions extensions, ASN1ObjectIdentifier extOID)
byte[]getEncoded()
Return the default BER or DER encoding for this object.
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
GeneralNamesgetInstance(Object obj)
GeneralNamesgetInstance(ASN1TaggedObject obj, boolean explicit)
GeneralName[]getNames()
ASN1PrimitivetoASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
StringtoString()