JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Bouncy Castle Cryptography Library 1.57
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.bouncycastle.asn1
Interface ASN1String
All Known Implementing Classes:
ASN1BitString
,
DERBitString
,
DERBMPString
,
DERGeneralString
,
DERGraphicString
,
DERIA5String
,
DERNumericString
,
DERPrintableString
,
DERT61String
,
DERT61UTF8String
,
DERUniversalString
,
DERUTF8String
,
DERVideotexString
,
DERVisibleString
,
DirectoryString
,
DLBitString
,
NetscapeCertType
,
NetscapeRevocationURL
,
PKIFailureInfo
,
ReasonFlags
,
VerisignCzagExtension
public interface
ASN1String
General interface implemented by ASN.1 STRING objects.
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.String
getString
()
Return a Java String representation of this STRING type's content.
Method Detail
getString
java.lang.String getString()
Return a Java String representation of this STRING type's content.
Returns:
a Java String representation of this STRING.
Overview
Package
Class
Tree
Deprecated
Index
Help
Bouncy Castle Cryptography Library 1.57
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method