Package org.bouncycastle.tls
Class CertChainType
- java.lang.Object
-
- org.bouncycastle.tls.CertChainType
-
public class CertChainType extends java.lang.Object
Implementation of the RFC 3546 3.3. CertChainType.
-
-
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 java.lang.String
getName(short certChainType)
static java.lang.String
getText(short certChainType)
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
-
-