Class BasicConstraints

    • Field Detail

      • maxFollowingIntermediateCerts

        public final int maxFollowingIntermediateCerts
        The pathLenConstraint value of the basic constraints. This value is only meaningful in the case that type == BasicConstraints.Type.CA, and gives the maximum number of non-self-issued intermediate certificates that may follow this certificate in a valid certification path.

        Note: The last certificate in the certification path is not an intermediate certificate, and is not included in this limit. A maxFollowingIntermediateCerts of zero indicates that only one more certificate may follow in a valid certification path.

    • Constructor Detail