blob: 4f4873a3d6b0265d0e4b0e1a27f95d8e16c8f5f5 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.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;
}