com.sun.identity.saml2.assertion
Interface KeyInfoConfirmationData

All Superinterfaces:
SubjectConfirmationData

public interface KeyInfoConfirmationData
extends SubjectConfirmationData

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
 List getKeyInfo()
          Returns the key info
 void setKeyInfo(List info)
          Sets the key info
 
Methods inherited from interface com.sun.identity.saml2.assertion.SubjectConfirmationData
getAddress, getContent, getContentType, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, isMutable, makeImmutable, setAddress, setContent, setContentType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient, toXMLString, toXMLString
 

Method Detail

getKeyInfo

List getKeyInfo()
Returns the key info

Returns:
the key info

setKeyInfo

void setKeyInfo(List info)
                throws SAML2Exception
Sets the key info

Parameters:
info - the key info
Throws:
SAML2Exception