gnu.crypto.pki.ext
public class BasicConstraints extends Extension.Value
| Field Summary | |
|---|---|
| static OID | ID |
| Constructor Summary | |
|---|---|
| BasicConstraints(byte[] encoded) | |
| BasicConstraints(boolean ca, int pathLenConstraint) | |
| Method Summary | |
|---|---|
| byte[] | getEncoded() |
| int | getPathLengthConstraint() |
| boolean | isCA() |
| String | toString() |