Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyInfo
Packages that use KeyInfo
Package
Description
-
Uses of KeyInfo in com.sun.xml.security.core.dsig
Fields in com.sun.xml.security.core.dsig declared as KeyInfoMethods in com.sun.xml.security.core.dsig that return KeyInfoMethods in com.sun.xml.security.core.dsig that return types with arguments of type KeyInfoModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<KeyInfo>ObjectFactory.createKeyInfo(KeyInfo value) Methods in com.sun.xml.security.core.dsig with parameters of type KeyInfoModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<KeyInfo>ObjectFactory.createKeyInfo(KeyInfo value) voidSignatureType.setKeyInfo(KeyInfo value) Sets the value of the keyInfo property. -
Uses of KeyInfo in com.sun.xml.ws.security.opt.api.keyinfo
Methods in com.sun.xml.ws.security.opt.api.keyinfo that return KeyInfoMethods in com.sun.xml.ws.security.opt.api.keyinfo with parameters of type KeyInfo -
Uses of KeyInfo in com.sun.xml.ws.security.opt.crypto.dsig
Methods in com.sun.xml.ws.security.opt.crypto.dsig that return KeyInfo -
Uses of KeyInfo in com.sun.xml.ws.security.opt.crypto.jaxb
Methods in com.sun.xml.ws.security.opt.crypto.jaxb that return KeyInfoModifier and TypeMethodDescriptionJAXBSignatureFactory.newKeyInfo(String id, List content) Creates a KeyInfo with the specified parameters -
Uses of KeyInfo in com.sun.xml.ws.security.opt.impl.enc
Methods in com.sun.xml.ws.security.opt.impl.enc that return KeyInfo -
Uses of KeyInfo in com.sun.xml.ws.security.opt.impl.keyinfo
Fields in com.sun.xml.ws.security.opt.impl.keyinfo declared as KeyInfoMethods in com.sun.xml.ws.security.opt.impl.keyinfo that return KeyInfoModifier and TypeMethodDescriptionprotected KeyInfoTokenBuilder.buildKeyInfo(Reference ref, String strId) builds SecurityTokenReference with the reference element provided and with the id.protected KeyInfoTokenBuilder.buildKeyInfo(SecurityTokenReference str) creates key info with the SecurityTokenReference providedprotected KeyInfoTokenBuilder.buildKeyInfo(PublicKey pubKey) builds key value with the public key provided Uses thid key value to construct key infoprotected KeyInfoTokenBuilder.buildKIWithKeyName(String name) -
Uses of KeyInfo in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type KeyInfoModifier and TypeMethodDescriptionETHandler.buildEDList(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) protected SecurityHeaderElementETHandler.handleURI(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki) protected SecurityHeaderElementETHandler.toMessageHeader(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, Object header, KeyInfo ki, boolean isEncryptedHeaders) -
Uses of KeyInfo in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util that return KeyInfoModifier and TypeMethodDescriptionWSSElementFactory.createKeyInfo(KeyName name) WSSElementFactory.createKeyInfo(KeyValue keyValue) WSSElementFactory.createKeyInfo(SecurityTokenReference str) Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type KeyInfo -
Uses of KeyInfo in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl with parameters of type KeyInfoModifier and TypeMethodDescriptionSBIssuedSamlTokenContractImpl.createEncryptedData(String id, String dataEncAlgo, KeyInfo keyInfo, boolean contentOnly) -
Uses of KeyInfo in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml with parameters of type KeyInfoModifier and TypeMethodDescriptionabstract SubjectConfirmationSAMLAssertionFactory.createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo) abstract SubjectConfirmationDataSAMLAssertionFactory.createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo) -
Uses of KeyInfo in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl with parameters of type KeyInfoModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo) SAMLAssertion2_2FactoryImpl.createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo) SAMLAssertion2_1FactoryImpl.createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo) SAMLAssertion2_2FactoryImpl.createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo)