Uses of Class
com.sun.xml.security.core.dsig.KeyInfoType
-
-
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.ws.security.opt.crypto.dsig.keyinfo
Subclasses of KeyInfoType in com.sun.xml.ws.security.opt.crypto.dsig.keyinfo Modifier and Type Class Description classKeyInfo -
Uses of KeyInfoType in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return KeyInfoType Modifier and Type Method Description KeyInfoTypeWSSElementFactory. createKeyInfoType(String keyAlgo, String refType, String refId)Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type KeyInfoType Modifier and Type Method Description EncryptedDataWSSElementFactory. createEncryptedData(String id, Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target)EncryptedDataWSSElementFactory. createEncryptedData(String id, Data data, String dataAlgo, KeyInfoType keyInfo, Key key, boolean contentOnly)EncryptedHeaderWSSElementFactory. createEncryptedHeader(String ehId, String edId, Data data, String dataAlgo, KeyInfoType keyInfo, Key key, boolean contentOnly) -
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.
-