Class SigContext.SigContextSpec

java.lang.Object
net.i2p.crypto.SigContext.SigContextSpec
All Implemented Interfaces:
AlgorithmParameterSpec
Enclosing class:
SigContext

public static class SigContext.SigContextSpec extends Object implements AlgorithmParameterSpec
The AlgorithmParameterSpec. Pass this as an argument in setParameter() to the Blake sign/verify engines.
  • Constructor Details

    • SigContextSpec

      public SigContextSpec(String p)
      The 16 bytes for this type, or null for none
  • Method Details

    • getData

      public byte[] getData()
      The 16 bytes for this type, or null for none