| Field and Description |
|---|
| org.tron.trident.crypto.SECP256K1.PROVIDER
trident no longer registers Bouncy Castle in the JVM-global
provider list, so a provider named "BC" is not guaranteed to exist.
Callers that need it must register it themselves, e.g.
Security.addProvider(new BouncyCastleProvider()). |