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