Package com.xebialabs.license
Class ASN1Utils
java.lang.Object
com.xebialabs.license.ASN1Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]constructBytes(boolean[] bits) Copied from ASN1BitString, as that currently does not expose the byte[] only the bit (boolean[])
-
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:
-