Interface IDistributionPointName

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    DistributionPointNameBC

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

      • getType

        int getType()
        Calls actual getType method for the wrapped DistributionPointName object.
        Returns:
        type value.
      • getName

        IASN1Encodable getName()
        Calls actual getName method for the wrapped DistributionPointName object.
        Returns:
        IASN1Encodable ASN1Encodable wrapper.
      • getFullName

        int getFullName()
        Gets FULL_NAME constant for the wrapped DistributionPointName.
        Returns:
        DistributionPointName.FULL_NAME value.