Uses of Class
org.bouncycastle.asn1.ASN1UTF8String
Packages that use ASN1UTF8String
-
Uses of ASN1UTF8String in org.bouncycastle.asn1
Subclasses of ASN1UTF8String in org.bouncycastle.asn1Methods in org.bouncycastle.asn1 that return ASN1UTF8StringModifier and TypeMethodDescriptionstatic ASN1UTF8StringASN1UTF8String.getInstance(Object obj) Return a UTF8 string from the passed in object.static ASN1UTF8StringASN1UTF8String.getInstance(ASN1TaggedObject taggedObject, boolean explicit) Return an UTF8 String from a tagged object. -
Uses of ASN1UTF8String in org.bouncycastle.cert.crmf
Constructors in org.bouncycastle.cert.crmf with parameters of type ASN1UTF8StringModifierConstructorDescriptionBasic constructor - build from a UTF-8 string representing the token.RegTokenControl(ASN1UTF8String token) Basic constructor - build from a UTF-8 string representing the token.