Uses of Class
org.bouncycastle.asn1.DERGeneralString
-
Packages that use DERGeneralString Package Description org.bouncycastle.asn1 -
-
Uses of DERGeneralString in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return DERGeneralString Modifier and Type Method Description static DERGeneralString
DERGeneralString. getInstance(Object obj)
Return a GeneralString from the given object.static DERGeneralString
DERGeneralString. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a GeneralString from a tagged object.
-