Package org.bitcoinj.secp.internal
package org.bitcoinj.secp.internal
Internal helper classes -- not for public use. These classes are not exported by the
org.bitcoinj.secp module
and should not be used by non-modular applications.-
ClassDescriptionAn effectively-immutable sequence of bytes.A secp256k1 ECDH shared secret, stored as a
ByteArray.Default/Internal implementation ofEcdsaSignatureUtility to parse hex strings and convert tobyte[]and to formatbyte[]as UPPERCASE.A secp256k1 Schnorr signature.AnECPointthat has been validated to also be aSecpPoint.Implementation ofSecpFieldElementas an array of bytes.Default implementation ofSecpPointDefault/internal implementation ofSecpPrivKeyDefault/Internal SecpPubKey implementation storing asSecpPointUncompressed.Simple implementation using {code @byte[]} as internal storage.Utility methods for handling UInt256 (32-byte unsigned) values.