Package com.itextpdf.bouncycastle.asn1
      
 
      Class DERNullBC
      java.lang.Object 
      
 
     
       com.itextpdf.bouncycastle.asn1.ASN1EncodableBC 
       
 
     
        com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC 
        
 
      
         com.itextpdf.bouncycastle.asn1.DERNullBC
        
 
       - All Implemented Interfaces:
 - 
        
IASN1Encodable,IASN1Primitive,IDERNull 
       Wrapper class for 
 
     DERNull.
      -  
        
Field Summary
Fields -  
        
Constructor Summary
ConstructorsConstructorDescriptionDERNullBC(org.bouncycastle.asn1.DERNull derNull) Creates new wrapper instance forDERNull. -  
        
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.DERNullGets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
getEncoded, getEncoded, getPrimitiveMethods 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, toASN1PrimitiveMethods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded 
-  
        
Field Details
-  
           
INSTANCE
Wrapper forDERNullINSTANCE. 
 -  
           
 -  
        
Constructor Details
-  
           
DERNullBC
public DERNullBC(org.bouncycastle.asn1.DERNull derNull) Creates new wrapper instance forDERNull.- Parameters:
 - 
              
derNull-DERNullto be wrapped 
 
 -  
           
 -  
        
Method Details
-  
           
getDERNull
public org.bouncycastle.asn1.DERNull getDERNull()Gets actual org.bouncycastle object being wrapped.- Returns:
 - 
              wrapped 
DERNull. 
 
 -