Uses of Interface
com.sun.identity.saml2.assertion.KeyInfoConfirmationData
-
Packages that use KeyInfoConfirmationData Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.assertion.impl -
-
Uses of KeyInfoConfirmationData in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return KeyInfoConfirmationData Modifier and Type Method Description KeyInfoConfirmationDataAssertionFactory. createKeyInfoConfirmationData()Returns a new instance ofKeyInfoConfirmationData.KeyInfoConfirmationDataAssertionFactory. createKeyInfoConfirmationData(String xml)Returns a new instance ofKeyInfoConfirmationData.KeyInfoConfirmationDataAssertionFactory. createKeyInfoConfirmationData(Element elem)Returns a new instance ofKeyInfoConfirmationData. -
Uses of KeyInfoConfirmationData in com.sun.identity.saml2.assertion.impl
Classes in com.sun.identity.saml2.assertion.impl that implement KeyInfoConfirmationData Modifier and Type Class Description classKeyInfoConfirmationDataImplTheKeyInfoConfirmationDataconstrains aSubjectConfirmationDataelement to contain one or more <ds:KeyInfo> elements that identify cryptographic keys that are used in some way to authenticate an attesting entity.
-