Package com.sun.identity.saml2.assertion
Interface KeyInfoConfirmationData
- All Superinterfaces:
SubjectConfirmationData,XmlSerializable
The
KeyInfoConfirmationData constrains a
SubjectConfirmationData element to contain one or more
ds:KeyInfo elements that identify cryptographic keys that are
used in some way to authenticate an attesting entity. The particular
confirmation method MUST define the exact mechanism by which the
confirmation data can be used. The optional attributes defined by
SubjectConfirmationData MAY also appear.-
Method Summary
Modifier and TypeMethodDescriptionReturns the key infovoidsetKeyInfo(List info) Sets the key infoMethods inherited from interface com.sun.identity.saml2.assertion.SubjectConfirmationData
getAddress, getContent, getContentType, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, isMutable, makeImmutable, setAddress, setContent, setContentType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipientMethods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getKeyInfo
List getKeyInfo()Returns the key info- Returns:
- the key info
-
setKeyInfo
Sets the key info- Parameters:
info- the key info- Throws:
com.sun.identity.saml2.common.SAML2Exception
-