Uses of Class
com.sun.xml.wss.saml.assertion.saml20.jaxb20.KeyInfoConfirmationData
-
Packages that use KeyInfoConfirmationData Package Description com.sun.xml.wss.saml.assertion.saml20.jaxb20 -
-
Uses of KeyInfoConfirmationData in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return KeyInfoConfirmationData Modifier and Type Method Description static KeyInfoConfirmationDataKeyInfoConfirmationData. fromElement(Element element)Constructs a KeyInfoConfirmationData element from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type KeyInfoConfirmationData Constructor Description SubjectConfirmation(NameID nameID, KeyInfoConfirmationData keyInfoConfirmationData, String confirmationMethod)
-