Bouncy Castle Cryptography Library 1.65

org.bouncycastle.asn1
Interface ASN1String

All Known Implementing Classes:
ASN1BitString, DERBMPString, DERGeneralString, DERGraphicString, DERIA5String, DERNumericString, DERPrintableString, DERT61String, DERT61UTF8String, DERUniversalString, DERUTF8String, DERVideotexString, DERVisibleString, DirectoryString

public interface ASN1String

General interface implemented by ASN.1 STRING objects for extracting the content String.


Method Summary
 java.lang.String getString()
          Return a Java String representation of this STRING type's content.
 

Method Detail

getString

public java.lang.String getString()
Return a Java String representation of this STRING type's content.

Returns:
a Java String representation of this STRING.

Bouncy Castle Cryptography Library 1.65