Interface IGeneralNames

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
GeneralNamesBC, GeneralNamesBCFips

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 Summary

    Modifier and Type
    Method
    Description
    Calls actual getNames method for the wrapped GeneralNames object.

    Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable

    isNull, toASN1Primitive
  • Method Details

    • getNames

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