tuweni / org.apache.tuweni.crypto

Package org.apache.tuweni.crypto

Types

Hash

Various utilities for providing hashes (digests) of arbitrary data. Requires the BouncyCastleProvider to be loaded and available. See https://www.bouncycastle.org/wiki/display/JA1/Provider+Installation for detail.

class Hash

SECP256K1

An Elliptic Curve Digital Signature using parameters as used by Bitcoin, and defined in Standards for Efficient Cryptography (SEC) (Certicom Research, http://www.secg.org/sec2-v2.pdf).

class SECP256K1

Exceptions

InvalidSEC256K1SecretKeyStoreException

Exception thrown when reading a store that contains an invalid SEC256K1 private keys.

class InvalidSEC256K1SecretKeyStoreException : RuntimeException