Uses of Class
com.sun.xml.security.core.dsig.KeyInfoType
-
Packages that use KeyInfoType Package Description com.sun.xml.security.core.xenc com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of KeyInfoType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeEncryptedType. keyInfoMethods in com.sun.xml.security.core.xenc that return KeyInfoType Modifier and Type Method Description KeyInfoTypeEncryptedType. getKeyInfo()Gets the value of the keyInfo property.Methods in com.sun.xml.security.core.xenc that return types with arguments of type KeyInfoType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)jakarta.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)Methods in com.sun.xml.security.core.xenc with parameters of type KeyInfoType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)jakarta.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)voidEncryptedType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property. -
Uses of KeyInfoType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type KeyInfoType Modifier and Type Method Description voidKeyInfoConfirmationData. setKeyInfo(KeyInfoType value) -
Uses of KeyInfoType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeSubjectConfirmationType. keyInfoMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return KeyInfoType Modifier and Type Method Description KeyInfoTypeSubjectConfirmationType. getKeyInfo()Gets the value of the keyInfo property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type KeyInfoType Modifier and Type Method Description voidSubjectConfirmationType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.
-