Package io.anyline.nfc.bouncycastle.asn1
Class DERVideotexString
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.asn1.ASN1String
,io.anyline.nfc.bouncycastle.util.Encodable
public class DERVideotexString extends ASN1VideotexString
-
-
Constructor Summary
Constructors Constructor Description DERVideotexString(Array<byte> octets)
-
Method Summary
Modifier and Type Method Description static DERVideotexString
getInstance(Object obj)
return a Videotex String from the passed in object static DERVideotexString
getInstance(ASN1TaggedObject obj, boolean explicit)
return a Videotex String from a tagged object. -
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1VideotexString
getInstance, getInstance, getOctets, getString, hashCode
-
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
-
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DERVideotexString
DERVideotexString(Array<byte> octets)
-
-
Method Detail
-
getInstance
static DERVideotexString getInstance(Object obj)
return a Videotex String from the passed in object
- Parameters:
obj
- a DERVideotexString or an object that can be converted into one.- Returns:
a DERVideotexString instance, or null.
-
getInstance
static DERVideotexString getInstance(ASN1TaggedObject obj, boolean explicit)
return a Videotex String from a tagged object.
- Parameters:
obj
- the tagged object holding the object we wantexplicit
- true if the object is meant to be explicitly tagged false otherwise.- Returns:
a DERVideotexString instance, or null.
-
-
-
-