Class ASN1Object

java.lang.Object
org.apache.sshd.common.util.io.der.ASN1Object
All Implemented Interfaces:
Serializable, Cloneable

public class ASN1Object extends Object implements Serializable, Cloneable
Author:
Apache MINA SSHD Project
See Also:
  • Field Details

  • Constructor Details

    • ASN1Object

      public ASN1Object()
    • ASN1Object

      public ASN1Object(byte tag, int len, byte... data)
    • ASN1Object

      public ASN1Object(ASN1Class c, ASN1Type t, boolean ctored, int len, byte... data)
  • Method Details