Interface IASN1String
-
- All Known Subinterfaces:
IASN1BitString,IDERIA5String,IReasonFlags
- All Known Implementing Classes:
ASN1BitStringBC,ASN1StringBC,DERIA5StringBC,ReasonFlagsBC
public interface IASN1StringThis interface represents the wrapper for ASN1String that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetString()Calls actualgetStringmethod for the wrapped ASN1String object.
-