Package com.helger.phase4.crypto
Interface ICryptoAlgorithmCrypt
- All Superinterfaces:
com.helger.commons.id.IHasID<String>
- All Known Implementing Classes:
ECryptoAlgorithmCrypt
Base interface for an encryption algorithm.
- Since:
- v1.4.4
- Author:
- Philip Helger
-
Method Details
-
getID
This is the internal algorithm ID for resolution.- Specified by:
getIDin interfacecom.helger.commons.id.IHasID<String>
-
getOID
- Returns:
- The OID of the algorithm to be used by the Security Provider.
-
getAlgorithmURI
- Returns:
- The unique XMLDsig algorithm URI for this algorithm (as in
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256)
-