All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.distrimind.bouncycastle.asn1.DERVideotexString Maven / Gradle / Ivy

The newest version!
package com.distrimind.bouncycastle.asn1;

public class DERVideotexString
    extends ASN1VideotexString
{
    public DERVideotexString(byte[] octets)
    {
        this(octets, true);
    }

    DERVideotexString(byte[] contents, boolean clone)
    {
        super(contents, clone);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy