Package org.bouncycastle.tls
Class Certificate.ParseOptions
java.lang.Object
org.bouncycastle.tls.Certificate.ParseOptions
- Enclosing class:
Certificate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionshort
int
setCertificateType
(short certificateType) Set theCertificateType
according to the IANA TLS Certificate Types registrysetMaxChainLength
(int maxChainLength)
-
Constructor Details
-
ParseOptions
public ParseOptions()
-
-
Method Details
-
getMaxChainLength
public int getMaxChainLength() -
setMaxChainLength
-
getCertificateType
public short getCertificateType() -
setCertificateType
Set theCertificateType
according to the IANA TLS Certificate Types registry
-