Uses of Class
com.onelogin.saml2.model.hsm.HSM
-
Packages that use HSM Package Description com.onelogin.saml2.settings com.onelogin.saml2.util -
-
Uses of HSM in com.onelogin.saml2.settings
Fields in com.onelogin.saml2.settings declared as HSM Modifier and Type Field Description private HSMSaml2Settings. hsmMethods in com.onelogin.saml2.settings that return HSM Modifier and Type Method Description HSMSaml2Settings. getHsm()Methods in com.onelogin.saml2.settings with parameters of type HSM Modifier and Type Method Description voidSaml2Settings. setHsm(HSM hsm)Sets the HSM setting value. -
Uses of HSM in com.onelogin.saml2.util
Methods in com.onelogin.saml2.util with parameters of type HSM Modifier and Type Method Description static voidUtil. decryptUsingHsm(org.w3c.dom.Element encryptedDataElement, HSM hsm)Decrypts the encrypted element using an HSM.
-