Package com.helger.phase4.crypto
Interface ICryptoAlgorithmSign
- All Superinterfaces:
com.helger.commons.id.IHasID<String>
- All Known Implementing Classes:
ECryptoAlgorithmSign
Base interface for a signing crypto algorithm.
- Since:
- v1.4.4
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
getID
This is the internal algorithm ID for resolution.- Specified by:
getIDin interfacecom.helger.commons.id.IHasID<String>
-
getAlgorithmURI
- Returns:
- The unique XMLDsig algorithm URI for this algorithm (as in
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256)
-