Interface IASN1String
- All Known Subinterfaces:
IASN1BitString,IDERIA5String,IReasonFlags
- All Known Implementing Classes:
ASN1BitStringBC,ASN1StringBC,DERIA5StringBC,ReasonFlagsBC
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 actualgetStringmethod for the wrapped ASN1String object.- Returns:
- the resulting string.
-