Package net.i2p.crypto
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 Summary
Constructors Constructor Description SigContextSpec(String p)
The 16 bytes for this type, or null for none
-
-
-
Constructor Detail
-
SigContextSpec
public SigContextSpec(String p)
The 16 bytes for this type, or null for none
-
-