Interface ByteString

    • Method Detail

      • getValue

        byte[] getValue()
        Retrieves a byte array containing the binary value for this byte string.
        Returns:
        A byte array containing the binary value for this byte string.
      • stringValue

        java.lang.String stringValue()
        Retrieves the value for this byte string as a String.
        Returns:
        The value for this byte string as a String.
      • toASN1OctetString

        ASN1OctetString toASN1OctetString()
        Converts this byte string to an ASN.1 octet string.
        Returns:
        An ASN.1 octet string with the value of this byte string.