Package org.bouncycastle.tls
Class Certificate.ParseOptions
- java.lang.Object
-
- org.bouncycastle.tls.Certificate.ParseOptions
-
- Enclosing class:
- Certificate
public static class Certificate.ParseOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParseOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getCertificateType()
int
getMaxChainLength()
Certificate.ParseOptions
setCertificateType(short certificateType)
Set theCertificateType
according to the IANA TLS Certificate Types registryCertificate.ParseOptions
setMaxChainLength(int maxChainLength)
-
-
-
Method Detail
-
getMaxChainLength
public int getMaxChainLength()
-
setMaxChainLength
public Certificate.ParseOptions setMaxChainLength(int maxChainLength)
-
getCertificateType
public short getCertificateType()
-
setCertificateType
public Certificate.ParseOptions setCertificateType(short certificateType)
Set theCertificateType
according to the IANA TLS Certificate Types registry
-
-