Class GeneralSubtreeBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.x509.GeneralSubtreeBCFips
- All Implemented Interfaces:
-
IASN1Encodable,IGeneralSubtree
Wrapper class for
GeneralSubtree.
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralSubtreeBCFips(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.bouncycastlefips.asn1.ASN1EncodableBCFips
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
-
GeneralSubtreeBCFips
public GeneralSubtreeBCFips(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
-