public class DERVideotexString extends ASN1VideotexString
Constructor and Description |
---|
DERVideotexString(byte[] octets) |
Modifier and Type | Method and Description |
---|---|
static DERVideotexString |
getInstance(ASN1TaggedObject obj,
boolean explicit)
Deprecated.
|
static DERVideotexString |
getInstance(java.lang.Object obj)
Deprecated.
Use
ASN1VideotexString.getInstance(Object) instead. |
getOctets, getString, hashCode
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue
public static DERVideotexString getInstance(java.lang.Object obj)
ASN1VideotexString.getInstance(Object)
instead.obj
- a DERVideotexString or an object that can be converted into one.java.lang.IllegalArgumentException
- if the object cannot be converted.public static DERVideotexString getInstance(ASN1TaggedObject obj, boolean explicit)
ASN1VideotexString.getInstance(ASN1TaggedObject, boolean)
instead.obj
- the tagged object holding the object we wantexplicit
- true if the object is meant to be explicitly tagged false
otherwise.java.lang.IllegalArgumentException
- if the tagged object cannot be converted.