Uses of Interface
org.sourceid.protocol.dsig10.xml.KeyInfoType
-
Packages that use KeyInfoType Package Description org.sourceid.protocol.dsig10.xml org.sourceid.protocol.saml11.xml org.sourceid.protocol.xmlenc10.xml org.sourceid.saml20.xmlbinding.assertion -
-
Uses of KeyInfoType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return KeyInfoType Modifier and Type Method Description KeyInfoTypeKeyInfoDocument. addNewKeyInfo()Appends and returns a new empty "KeyInfo" elementKeyInfoTypeSignatureType. addNewKeyInfo()Appends and returns a new empty "KeyInfo" elementKeyInfoTypeKeyInfoDocument. getKeyInfo()Gets the "KeyInfo" elementKeyInfoTypeSignatureType. getKeyInfo()Gets the "KeyInfo" elementstatic KeyInfoTypeKeyInfoType.Factory. newInstance()static KeyInfoTypeKeyInfoType.Factory. newInstance(XmlOptions options)static KeyInfoTypeKeyInfoType.Factory. parse(File file)static KeyInfoTypeKeyInfoType.Factory. parse(File file, XmlOptions options)static KeyInfoTypeKeyInfoType.Factory. parse(InputStream is)static KeyInfoTypeKeyInfoType.Factory. parse(InputStream is, XmlOptions options)static KeyInfoTypeKeyInfoType.Factory. parse(Reader r)static KeyInfoTypeKeyInfoType.Factory. parse(Reader r, XmlOptions options)static KeyInfoTypeKeyInfoType.Factory. parse(String xmlAsString)static KeyInfoTypeKeyInfoType.Factory. parse(String xmlAsString, XmlOptions options)static KeyInfoTypeKeyInfoType.Factory. parse(URL u)static KeyInfoTypeKeyInfoType.Factory. parse(URL u, XmlOptions options)static KeyInfoTypeKeyInfoType.Factory. parse(XMLStreamReader sr)static KeyInfoTypeKeyInfoType.Factory. parse(XMLStreamReader sr, XmlOptions options)static KeyInfoTypeKeyInfoType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KeyInfoTypeKeyInfoType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic KeyInfoTypeKeyInfoType.Factory. parse(Node node)static KeyInfoTypeKeyInfoType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type KeyInfoType Modifier and Type Method Description voidKeyInfoDocument. setKeyInfo(KeyInfoType keyInfo)Sets the "KeyInfo" elementvoidSignatureType. setKeyInfo(KeyInfoType keyInfo)Sets the "KeyInfo" element -
Uses of KeyInfoType in org.sourceid.protocol.saml11.xml
Methods in org.sourceid.protocol.saml11.xml that return KeyInfoType Modifier and Type Method Description KeyInfoTypeSubjectConfirmationType. addNewKeyInfo()Appends and returns a new empty "KeyInfo" elementKeyInfoTypeSubjectConfirmationType. getKeyInfo()Gets the "KeyInfo" elementMethods in org.sourceid.protocol.saml11.xml with parameters of type KeyInfoType Modifier and Type Method Description voidSubjectConfirmationType. setKeyInfo(KeyInfoType keyInfo)Sets the "KeyInfo" element -
Uses of KeyInfoType in org.sourceid.protocol.xmlenc10.xml
Methods in org.sourceid.protocol.xmlenc10.xml that return KeyInfoType Modifier and Type Method Description KeyInfoTypeEncryptedType. addNewKeyInfo()Appends and returns a new empty "KeyInfo" elementKeyInfoTypeAgreementMethodType. addNewOriginatorKeyInfo()Appends and returns a new empty "OriginatorKeyInfo" elementKeyInfoTypeAgreementMethodType. addNewRecipientKeyInfo()Appends and returns a new empty "RecipientKeyInfo" elementKeyInfoTypeEncryptedType. getKeyInfo()Gets the "KeyInfo" elementKeyInfoTypeAgreementMethodType. getOriginatorKeyInfo()Gets the "OriginatorKeyInfo" elementKeyInfoTypeAgreementMethodType. getRecipientKeyInfo()Gets the "RecipientKeyInfo" elementMethods in org.sourceid.protocol.xmlenc10.xml with parameters of type KeyInfoType Modifier and Type Method Description voidEncryptedType. setKeyInfo(KeyInfoType keyInfo)Sets the "KeyInfo" elementvoidAgreementMethodType. setOriginatorKeyInfo(KeyInfoType originatorKeyInfo)Sets the "OriginatorKeyInfo" elementvoidAgreementMethodType. setRecipientKeyInfo(KeyInfoType recipientKeyInfo)Sets the "RecipientKeyInfo" element -
Uses of KeyInfoType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return KeyInfoType Modifier and Type Method Description KeyInfoTypeKeyInfoConfirmationDataType. addNewKeyInfo()Appends and returns a new empty value (as xml) as the last "KeyInfo" elementKeyInfoType[]KeyInfoConfirmationDataType. getKeyInfoArray()Gets array of all "KeyInfo" elementsKeyInfoTypeKeyInfoConfirmationDataType. getKeyInfoArray(int i)Gets ith "KeyInfo" elementKeyInfoTypeKeyInfoConfirmationDataType. insertNewKeyInfo(int i)Inserts and returns a new empty value (as xml) as the ith "KeyInfo" elementMethods in org.sourceid.saml20.xmlbinding.assertion with parameters of type KeyInfoType Modifier and Type Method Description voidKeyInfoConfirmationDataType. setKeyInfoArray(int i, KeyInfoType keyInfo)Sets ith "KeyInfo" elementvoidKeyInfoConfirmationDataType. setKeyInfoArray(KeyInfoType[] keyInfoArray)Sets array of all "KeyInfo" element
-