Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1
Class DERVideotexString

java.lang.Object
  |
  +--org.bouncycastle.asn1.ASN1Object
        |
        +--org.bouncycastle.asn1.ASN1Primitive
              |
              +--org.bouncycastle.asn1.ASN1VideotexString
                    |
                    +--org.bouncycastle.asn1.DERVideotexString
All Implemented Interfaces:
ASN1Encodable, ASN1String, Encodable

public class DERVideotexString
extends ASN1VideotexString


Constructor Summary
DERVideotexString(byte[] octets)
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1VideotexString
getInstance, getInstance, getOctets, getString, hashCode
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERVideotexString

public DERVideotexString(byte[] octets)

Bouncy Castle Cryptography Library 1.77.0