Class X500NameBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
-
- com.itextpdf.bouncycastle.asn1.x500.X500NameBC
-
- All Implemented Interfaces:
IASN1Encodable
,IX500Name
public class X500NameBC extends ASN1EncodableBC implements IX500Name
Wrapper class forX500Name
.
-
-
Constructor Summary
Constructors Constructor Description X500NameBC(org.bouncycastle.asn1.x500.X500Name x500Name)
Creates new wrapper instance forX500Name
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the RFC2253 name.org.bouncycastle.asn1.x500.X500Name
getX500Name()
Gets actual org.bouncycastle object being wrapped.-
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-