com.sun.identity.saml2.assertion
インタフェース KeyInfoConfirmationData

すべてのスーパーインタフェース:
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.


メソッドの概要
 List getKeyInfo()
          Returns the key info
 void setKeyInfo(List info)
          Sets the key info
 
インタフェース com.sun.identity.saml2.assertion.SubjectConfirmationData から継承されたメソッド
getAddress, getContent, getContentType, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, isMutable, makeImmutable, setAddress, setContent, setContentType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient, toXMLString, toXMLString
 

メソッドの詳細

getKeyInfo

List getKeyInfo()
Returns the key info

戻り値:
the key info

setKeyInfo

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

パラメータ:
info - the key info
例外:
SAML2Exception