Package org.bouncycastle.crypto.tls
Class CertChainType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.CertChainType
-
public class CertChainType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
individual_certs
static short
pkipath
-
Constructor Summary
Constructors Constructor Description CertChainType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isValid(short certChainType)
-
-
-
Field Detail
-
individual_certs
public static final short individual_certs
- See Also:
- Constant Field Values
-
pkipath
public static final short pkipath
- See Also:
- Constant Field Values
-
-