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