blob: f0de0429444120b12e26316e38972a5354904dd9 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.its.asn1;
import com.android.org.bouncycastle.asn1.ASN1Choice;
import com.android.org.bouncycastle.asn1.ASN1Object;
import com.android.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;
}
}