DsaWithNoneSignature
insteadpublic static class EntrustDSA.Raw extends EntrustDSA
EntrustDSA that uses the
Raw DSA algorithm.
This class is used internally by the Toolkit to initialize the Raw DSA
signature algorithm. It is not expected that the raw form of the
algorithm will be heavily used by application developers; it is mainly
for internal purposes. In any case, applications should not instantiate
this class to get a Raw DSA Signature object, but should
call one of the Signature.getInstance factory methods
instead.
Code example:
Signature rawDSA = Signature.getInstance("RawDSA");
EntrustRawDSA,
Signature.getInstance(java.lang.String)EntrustDSA.Raw| Constructor and Description |
|---|
Raw()
Deprecated.
|
engineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, getDigest, RStoASN1, RStoASN1clone, getAlgorithm, getInstance, getInstance, getInstance, getParameter, getParameters, getProvider, initSign, initSign, initVerify, initVerify, setParameter, setParameter, sign, sign, toString, update, update, update, update, verify, verify