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