Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class CertChainType

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.CertChainType

public class CertChainType
extends java.lang.Object


Field Summary
static short individual_certs
           
static short pkipath
           
 
Constructor Summary
CertChainType()
           
 
Method Summary
static boolean isValid(short certChainType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

individual_certs

public static final short individual_certs

pkipath

public static final short pkipath
Constructor Detail

CertChainType

public CertChainType()
Method Detail

isValid

public static boolean isValid(short certChainType)

Bouncy Castle Cryptography Library 1.64