Package org.bouncycastle.tls
Class Certificate.ParseOptions
java.lang.Object
org.bouncycastle.tls.Certificate.ParseOptions
- Enclosing class:
- Certificate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortintsetCertificateType(short certificateType) Set theCertificateTypeaccording 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 theCertificateTypeaccording to the IANA TLS Certificate Types registry
-