Interface IASN1String
- All Known Subinterfaces:
-
IASN1BitString
,IDERIA5String
- All Known Implementing Classes:
-
ASN1BitStringBC
,ASN1BitStringBCFips
,ASN1StringBC
,ASN1StringBCFips
,DERIA5StringBC
,DERIA5StringBCFips
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
-
Method Details
-
getString
String getString()Calls actualgetString
method for the wrapped ASN1String object.- Returns:
- the resulting string.
-