blob: f8c1e09249a3ecfd828c676d23e802dd88fea30a [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.crypto.tls;
/**
* RFC 6091
*
* @deprecated Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
* @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;
}