Class ASN1Utils

java.lang.Object
com.xebialabs.license.ASN1Utils

public class ASN1Utils extends Object
  • Constructor Details

    • ASN1Utils

      public ASN1Utils()
  • Method Details

    • constructBytes

      public static byte[] constructBytes(boolean[] bits)
      Copied from ASN1BitString, as that currently does not expose the byte[] only the bit (boolean[])
      Parameters:
      bits -
      Returns: