Interface IASN1String

All Known Subinterfaces:
IASN1BitString, IDERIA5String, IReasonFlags
All Known Implementing Classes:
ASN1BitStringBC, ASN1BitStringBCFips, ASN1StringBC, ASN1StringBCFips, DERIA5StringBC, DERIA5StringBCFips, ReasonFlagsBC, ReasonFlagsBCFips

public interface IASN1String
This interface represents the wrapper for ASN1String that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Calls actual getString method for the wrapped ASN1String object.
  • Method Details

    • getString

      String getString()
      Calls actual getString method for the wrapped ASN1String object.
      Returns:
      the resulting string.