blob: 5bc66d1ddeab0cd90c03fe35d59fb6938f498196 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.org.bouncycastle.its.asn1;
import com.android.internal.org.bouncycastle.asn1.ASN1Choice;
import com.android.internal.org.bouncycastle.asn1.ASN1Object;
import com.android.internal.org.bouncycastle.asn1.ASN1Primitive;
/**
* <pre>
* Duration ::= CHOICE {
* microseconds Uint16,
* milliseconds Uint16,
* seconds Uint16,
* minutes Uint16,
* hours Uint16,
* sixtyHours Uint16,
* years Uint16
* }
* </pre>
* @hide This class is not part of the Android public SDK API
*/
public class Duration
extends ASN1Object
implements ASN1Choice
{
public ASN1Primitive toASN1Primitive()
{
return null;
}
}