| 
Bouncy Castle Cryptography 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.x509.Time
| Constructor Summary | |
Time(DERObject time)
 | 
|
| Method Summary | |
 DERObject | 
getDERObject()
Time ::= CHOICE { utcTime UTCTime, generalTime GeneralizedTime }  | 
static Time | 
getInstance(ASN1TaggedObject obj,
            boolean explicit)
 | 
static Time | 
getInstance(java.lang.Object obj)
 | 
 java.lang.String | 
getTime()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Time(DERObject time)
| Method Detail | 
public static Time getInstance(ASN1TaggedObject obj,
                               boolean explicit)
public static Time getInstance(java.lang.Object obj)
public java.lang.String getTime()
public DERObject getDERObject()
 Time ::= CHOICE {
             utcTime        UTCTime,
             generalTime    GeneralizedTime }
 
getDERObject in interface DEREncodable
  | 
Bouncy Castle Cryptography 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||