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 Summary

    Modifier and Type
    Method
    Description
    int
    Gets FULL_NAME constant for the wrapped DistributionPointName.
    Calls actual getName method for the wrapped DistributionPointName object.
    int
    Calls actual getType method for the wrapped DistributionPointName object.

    Methods inherited from interface IASN1Encodable

    isNull, toASN1Primitive
  • Method Details

    • 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.