blob: bbab2d6c01bc0a82c890cc4e1a32581e456e2d6a [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>
* VerificationKeyIndicator ::= CHOICE {
* verificationKey PublicVerificationKey,
* reconstructionValue EccP256CurvePoint,
* ...
* }
* </pre>
* @hide This class is not part of the Android public SDK API
*/
public class VerificationKeyIndicator
extends ASN1Object
implements ASN1Choice
{
public ASN1Primitive toASN1Primitive()
{
return null;
}
}