org.bouncycastle.asn1.DERVideotexString Maven / Gradle / Ivy
package org.bouncycastle.asn1;
public class DERVideotexString
extends ASN1VideotexString
{
public DERVideotexString(byte[] octets)
{
this(octets, true);
}
DERVideotexString(byte[] contents, boolean clone)
{
super(contents, clone);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy