Class GeneralSubtreeBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.x509.GeneralSubtreeBC
- All Implemented Interfaces:
-
IASN1Encodable,IGeneralSubtree
Wrapper class for
GeneralSubtree.
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralSubtreeBC(org.bouncycastle.asn1.x509.GeneralSubtree subtree) Creates new wrapper instance forGeneralSubtree. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.GeneralSubtreeGets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
GeneralSubtreeBC
public GeneralSubtreeBC(org.bouncycastle.asn1.x509.GeneralSubtree subtree) Creates new wrapper instance forGeneralSubtree.- Parameters:
-
subtree-GeneralSubtreeto be wrapped
-
-
Method Details
-
getGeneralSubtree
public org.bouncycastle.asn1.x509.GeneralSubtree getGeneralSubtree()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
GeneralSubtree
-