Package com.sun.identity.saml2.assertion
Interface KeyInfoConfirmationData
-
- All Superinterfaces:
SubjectConfirmationData
,XmlSerializable
@SupportedAll public interface KeyInfoConfirmationData extends SubjectConfirmationData
TheKeyInfoConfirmationData
constrains aSubjectConfirmationData
element to contain one or moreds: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 bySubjectConfirmationData
MAY also appear.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getKeyInfo()
Returns the key infovoid
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
-
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, 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
-
-