Uses of Class
com.sun.xml.security.core.dsig.KeyInfoType
Packages that use KeyInfoType
Package
Description
-
Uses of KeyInfoType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc declared as KeyInfoTypeMethods in com.sun.xml.security.core.xenc that return KeyInfoTypeModifier and TypeMethodDescriptionEncryptedType.getKeyInfo()Gets the value of the keyInfo property.Methods in com.sun.xml.security.core.xenc that return types with arguments of type KeyInfoTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value) javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value) Methods in com.sun.xml.security.core.xenc with parameters of type KeyInfoTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value) javax.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 -
Uses of KeyInfoType in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return KeyInfoTypeModifier and TypeMethodDescriptionWSSElementFactory.createKeyInfoType(String keyAlgo, String refType, String refId) Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type KeyInfoTypeModifier and TypeMethodDescriptionWSSElementFactory.createEncryptedData(String id, com.sun.xml.ws.api.message.Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target) WSSElementFactory.createEncryptedData(String id, Data data, String dataAlgo, KeyInfoType keyInfo, Key key, boolean contentOnly) WSSElementFactory.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 -
Uses of KeyInfoType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 declared as KeyInfoTypeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return KeyInfoTypeModifier and TypeMethodDescriptionSubjectConfirmationType.getKeyInfo()Gets the value of the keyInfo property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type KeyInfoTypeModifier and TypeMethodDescriptionvoidSubjectConfirmationType.setKeyInfo(KeyInfoType value) Sets the value of the keyInfo property.