Interface INameConstraints

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
NameConstraintsBC, NameConstraintsBCFips

public interface INameConstraints extends IASN1Encodable
This interface represents the wrapper for NameConstraints that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Details

    • getPermittedSubtrees

      IGeneralSubtree[] getPermittedSubtrees()
      Calls actual getPermittedSubtrees method for the wrapped NameConstraints object.
      Returns:
      IGeneralSubtree array of wrapped GeneralSubtree objects.
    • getExcludedSubtrees

      IGeneralSubtree[] getExcludedSubtrees()
      Calls actual getExcludedSubtrees method for the wrapped NameConstraints object.
      Returns:
      IGeneralSubtree array of wrapped GeneralSubtree objects.