Java org.bouncycastle.asn1.x500 X500Name fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x500 X500Name fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

booleanequals(Object obj)
test for equality - note: case is ignored.
ASN1ObjectIdentifier[]getAttributeTypes()
return an array of OIDs contained in the attribute type of each RDN in structure order.
X500NameStylegetDefaultStyle()
Return the current default style.
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.
X500NamegetInstance(Object obj)
X500NamegetInstance(ASN1TaggedObject obj, boolean explicit)
Return a X500Name based on the passed in tagged object.
X500NamegetInstance(X500NameStyle style, Object obj)
RDN[]getRDNs(ASN1ObjectIdentifier attributeType)
return an array of RDNs containing the attribute type given by OID in structure order.
RDN[]getRDNs()
return an array of RDNs in structure order.
ASN1PrimitivetoASN1Primitive()
StringtoString()