Class X500NameBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.x500.X500NameBC
- All Implemented Interfaces:
IASN1Encodable, IX500Name
Wrapper class for
X500Name.-
Constructor Summary
ConstructorsConstructorDescriptionX500NameBC(org.bouncycastle.asn1.x500.X500Name x500Name) Creates new wrapper instance forX500Name. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the RFC2253 name.org.bouncycastle.asn1.x500.X500NameGets actual org.bouncycastle object being wrapped.Methods inherited from class ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
X500NameBC
public X500NameBC(org.bouncycastle.asn1.x500.X500Name x500Name) Creates new wrapper instance forX500Name.- Parameters:
x500Name-X500Nameto be wrapped
-
-
Method Details
-
getX500Name
public org.bouncycastle.asn1.x500.X500Name getX500Name()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
X500Name.
-
getName
-