Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyInfo
-
-
Uses of KeyInfo in com.sun.xml.security.core.dsig
Fields in com.sun.xml.security.core.dsig declared as KeyInfo Modifier and Type Field Description protected KeyInfoSignatureType. keyInfoMethods in com.sun.xml.security.core.dsig that return KeyInfo Modifier and Type Method Description KeyInfoObjectFactory. createKeyInfo()Create an instance ofKeyInfoMethods in com.sun.xml.security.core.dsig that return types with arguments of type KeyInfo Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfo>ObjectFactory. createKeyInfo(KeyInfo value)Methods in com.sun.xml.security.core.dsig with parameters of type KeyInfo Modifier and Type Method Description javax.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 KeyInfo Modifier and Type Method Description KeyInfoBuilderResult. getKeyInfo()Methods in com.sun.xml.ws.security.opt.api.keyinfo with parameters of type KeyInfo Modifier and Type Method Description voidBuilderResult. setKeyInfo(KeyInfo 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 Modifier and Type Method Description KeyInfoSignature. getKeyInfo() -
Uses of KeyInfo in com.sun.xml.ws.security.opt.crypto.jaxb
Methods in com.sun.xml.ws.security.opt.crypto.jaxb that return KeyInfo Modifier and Type Method Description KeyInfoJAXBSignatureFactory. 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 Modifier and Type Method Description KeyInfoTokenProcessor. getKeyInfo() -
Uses of KeyInfo in com.sun.xml.ws.security.opt.impl.keyinfo
Fields in com.sun.xml.ws.security.opt.impl.keyinfo declared as KeyInfo Modifier and Type Field Description protected KeyInfoTokenBuilder. keyInfoMethods in com.sun.xml.ws.security.opt.impl.keyinfo that return KeyInfo Modifier and Type Method Description protected 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 KeyInfo Modifier and Type Method Description ListETHandler. 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 KeyInfo Modifier and Type Method Description KeyInfoWSSElementFactory. createKeyInfo(KeyName name)KeyInfoWSSElementFactory. createKeyInfo(KeyValue keyValue)KeyInfoWSSElementFactory. createKeyInfo(SecurityTokenReference str)Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type KeyInfo Modifier and Type Method Description EncryptedKeyWSSElementFactory. createEncryptedKey(String id, String keyEncAlgo, KeyInfo keyInfo, Key dkEK, Key dataEncKey) -
Uses of KeyInfo in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl with parameters of type KeyInfo Modifier and Type Method Description EncryptedDataTypeSBIssuedSamlTokenContractImpl. 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 KeyInfo Modifier and Type Method Description abstract 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 KeyInfo Modifier and Type Method Description SubjectConfirmationSAMLAssertion2_1FactoryImpl. createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo)SubjectConfirmationSAMLAssertion2_2FactoryImpl. createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo)SubjectConfirmationDataSAMLAssertion2_1FactoryImpl. createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo)SubjectConfirmationDataSAMLAssertion2_2FactoryImpl. createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo)
-