Class ASN1Utils


  • public class ASN1Utils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ASN1Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] constructBytes​(boolean[] bits)
      Copied from ASN1BitString, as that currently does not expose the byte[] only the bit (boolean[])
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ASN1Utils

        public ASN1Utils()
    • Method Detail

      • 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: