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 int
getMaxChainLength()
Certificate.ParseOptions
setMaxChainLength(int maxChainLength)
-
-
-
Method Detail
-
getMaxChainLength
public int getMaxChainLength()
-
setMaxChainLength
public Certificate.ParseOptions setMaxChainLength(int maxChainLength)
-
-