Uses of Class
org.gudy.bouncycastle.asn1.DERIA5String
-
Packages that use DERIA5String Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.misc Miscellaneous object identifiers and objects. -
-
Uses of DERIA5String in org.gudy.bouncycastle.asn1
Methods in org.gudy.bouncycastle.asn1 that return DERIA5String Modifier and Type Method Description static DERIA5String
DERIA5String. getInstance(java.lang.Object obj)
return a IA5 string from the passed in objectstatic DERIA5String
DERIA5String. getInstance(ASN1TaggedObject obj, boolean explicit)
return an IA5 String from a tagged object. -
Uses of DERIA5String in org.gudy.bouncycastle.asn1.misc
Subclasses of DERIA5String in org.gudy.bouncycastle.asn1.misc Modifier and Type Class Description class
NetscapeRevocationURL
class
VerisignCzagExtension
Constructors in org.gudy.bouncycastle.asn1.misc with parameters of type DERIA5String Constructor Description NetscapeRevocationURL(DERIA5String str)
VerisignCzagExtension(DERIA5String str)
-