Package org.bouncycastle.asn1
Interface ASN1String
-
- All Known Implementing Classes:
ASN1BitString
,DERBitString
,DERBMPString
,DERGeneralString
,DERGraphicString
,DERIA5String
,DERNumericString
,DERPrintableString
,DERT61String
,DERUniversalString
,DERUTF8String
,DERVideotexString
,DERVisibleString
,DirectoryString
,DLBitString
,NetscapeCertType
,NetscapeRevocationURL
,PKIFailureInfo
,ReasonFlags
,VerisignCzagExtension
public interface ASN1String
General interface implemented by ASN.1 STRING objects for extracting the content String.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getString()
Return a Java String representation of this STRING type's content.
-