Interface IGeneralNames

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
GeneralNamesBC

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

    • getNames

      IGeneralName[] getNames()
      Calls actual getNames method for the wrapped GeneralNames object.
      Returns:
      array of wrapped names IGeneralName.