blob: 3c3ef04ca701bbed07870b0e6024b69fe811bd97 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.crypto.tls;
/**
* RFC 6091
* @hide This class is not part of the Android public SDK API
*/
public class CertificateType
{
public static final short X509 = 0;
public static final short OpenPGP = 1;
/*
* RFC 7250
*/
public static final short RawPublicKey = 2;
}