Package org.bouncycastle.crypto.tls
Class CertificateType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.CertificateType
-
public class CertificateType extends java.lang.Object
RFC 6091
-
-
Field Summary
Fields Modifier and Type Field Description static short
OpenPGP
static short
RawPublicKey
static short
X509
-
Constructor Summary
Constructors Constructor Description CertificateType()
-
-
-
Field Detail
-
X509
public static final short X509
- See Also:
- Constant Field Values
-
OpenPGP
public static final short OpenPGP
- See Also:
- Constant Field Values
-
RawPublicKey
public static final short RawPublicKey
- See Also:
- Constant Field Values
-
-