Uses of Class
org.bouncycastle.asn1.DERGeneralString
-
Packages that use DERGeneralString Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects. -
-
Uses of DERGeneralString in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return DERGeneralString Modifier and Type Method Description static DERGeneralString
DERGeneralString. getInstance(java.lang.Object obj)
Return a GeneralString from the given object.static DERGeneralString
DERGeneralString. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a GeneralString from a tagged object.
-