Class DERUTF8String
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1UTF8String
org.bouncycastle.asn1.DERUTF8String
- All Implemented Interfaces:
ASN1Encodable, ASN1String, Encodable
DER UTF8String object.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASN1UTF8String
getInstance, getInstance, getString, getTagged, hashCode, toStringMethods inherited from class ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitiveMethods inherited from class ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
-
Constructor Details
-
DERUTF8String
Basic constructor- Parameters:
string- the string to be carried in the UTF8String object,
-