Package com.itextpdf.bouncycastle.asn1
      
 
      Class ASN1UTCTimeBC
      java.lang.Object 
      
 
     
       com.itextpdf.bouncycastle.asn1.ASN1EncodableBC 
       
 
     
        com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC 
        
 
      
         com.itextpdf.bouncycastle.asn1.ASN1UTCTimeBC
        
 
       - All Implemented Interfaces:
 - 
        
IASN1Encodable,IASN1Primitive,IASN1UTCTime 
       Wrapper class for 
 
     ASN1UTCTime.
      -  
        
Constructor Summary
ConstructorsConstructorDescriptionASN1UTCTimeBC(org.bouncycastle.asn1.ASN1UTCTime asn1UTCTime) Creates new wrapper instance forASN1UTCTime. -  
        
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1UTCTimeGets 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 
-  
        
Constructor Details
-  
           
ASN1UTCTimeBC
public ASN1UTCTimeBC(org.bouncycastle.asn1.ASN1UTCTime asn1UTCTime) Creates new wrapper instance forASN1UTCTime.- Parameters:
 - 
              
asn1UTCTime-ASN1UTCTimeto be wrapped 
 
 -  
           
 -  
        
Method Details
-  
           
getASN1UTCTime
public org.bouncycastle.asn1.ASN1UTCTime getASN1UTCTime()Gets actual org.bouncycastle object being wrapped.- Returns:
 - 
              wrapped 
ASN1UTCTime. 
 
 -