Package org.kapott.cryptalgs
Class SignatureParamSpec
- java.lang.Object
-
- org.kapott.cryptalgs.SignatureParamSpec
-
- All Implemented Interfaces:
AlgorithmParameterSpec
public final class SignatureParamSpec extends Object implements AlgorithmParameterSpec
-
-
Constructor Summary
Constructors Constructor Description SignatureParamSpec(String hashAlg, String provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHashAlg()StringgetProvider()StringtoString()
-