Class ByteArrayBase
java.lang.Object
org.bitcoinj.secp.internal.ByteArrayBase
- All Implemented Interfaces:
Comparable<ByteArray>, ByteArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]bytes()Get the bytes as an arraystatic StringtoHexString(byte[] bytes) Utility method to format hex bytes as string
-
Constructor Details
-
ByteArrayBase
public ByteArrayBase()
-
-
Method Details
-
toHexString
Utility method to format hex bytes as string- Parameters:
bytes- bytes to format- Returns:
- hex-formatted String
-
bytes
-