Uses of Class
de.hybris.platform.b2b.punchout.PunchOutCipherException
-
Packages that use PunchOutCipherException Package Description de.hybris.platform.b2b.punchout.services de.hybris.platform.b2b.punchout.services.impl -
-
Uses of PunchOutCipherException in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services that throw PunchOutCipherException Modifier and Type Method Description java.lang.StringCipherService. encrypt(java.lang.String userId, PunchOutSession punchoutSession)Create a hash for a given user to be used in punchout login.java.lang.StringCipherService. retrieveUserId(java.lang.String encryptedText, PunchOutSession punchoutSession)Retrieves the userId for a given encrypted text. -
Uses of PunchOutCipherException in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that throw PunchOutCipherException Modifier and Type Method Description static java.lang.StringSymmetricManager. decrypt(java.lang.String encrypted, java.lang.String key)static java.lang.StringSymmetricManager. encrypt(java.lang.String unsecureText, java.lang.String key)java.lang.StringDefaultCipherService. retrieveUserId(java.lang.String encryptedText, PunchOutSession punchoutSession)
-