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