public interface KeyInfoConfirmationData extends SubjectConfirmationData
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.Modifier and Type | Method and Description |
---|---|
List |
getKeyInfo()
Returns the key info
|
void |
setKeyInfo(List info)
Sets the key info
|
getAddress, getContent, getContentType, getInResponseTo, getNotBefore, getNotOnOrAfter, getRecipient, isMutable, makeImmutable, setAddress, setContent, setContentType, setInResponseTo, setNotBefore, setNotOnOrAfter, setRecipient, toXMLString, toXMLString
List getKeyInfo()
void setKeyInfo(List info) throws SAML2Exception
info
- the key infoSAML2Exception
Copyright © 2010-2018, ForgeRock All Rights Reserved.