Uses of Class
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyInfo

Packages that use KeyInfo
com.sun.xml.security.core.dsig   
com.sun.xml.ws.security.opt.api.keyinfo   
com.sun.xml.ws.security.opt.crypto.dsig   
com.sun.xml.ws.security.opt.crypto.jaxb   
com.sun.xml.ws.security.opt.impl.enc   
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.opt.impl.message   
com.sun.xml.ws.security.opt.impl.util   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.impl   
 

Uses of KeyInfo in com.sun.xml.security.core.dsig
 

Fields in com.sun.xml.security.core.dsig declared as KeyInfo
protected  KeyInfo SignatureType.keyInfo
           
 

Methods in com.sun.xml.security.core.dsig that return KeyInfo
 KeyInfo ObjectFactory.createKeyInfo()
          Create an instance of KeyInfo
 

Methods in com.sun.xml.security.core.dsig that return types with arguments of type KeyInfo
 JAXBElement<KeyInfo> ObjectFactory.createKeyInfo(KeyInfo value)
          Create an instance of JAXBElement<KeyInfo>}
 

Methods in com.sun.xml.security.core.dsig with parameters of type KeyInfo
 JAXBElement<KeyInfo> ObjectFactory.createKeyInfo(KeyInfo value)
          Create an instance of JAXBElement<KeyInfo>}
 void SignatureType.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
 KeyInfo BuilderResult.getKeyInfo()
           
 

Methods in com.sun.xml.ws.security.opt.api.keyinfo with parameters of type KeyInfo
 void BuilderResult.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
 KeyInfo Signature.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
 KeyInfo JAXBSignatureFactory.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
 KeyInfo TokenProcessor.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
protected  KeyInfo TokenBuilder.keyInfo
           
 

Methods in com.sun.xml.ws.security.opt.impl.keyinfo that return KeyInfo
protected  KeyInfo TokenBuilder.buildKeyInfo(PublicKey pubKey)
          builds key value with the public key provided Uses thid key value to construct key info
protected  KeyInfo TokenBuilder.buildKeyInfo(Reference ref, String strId)
          builds SecurityTokenReference with the reference element provided and with the id.
protected  KeyInfo TokenBuilder.buildKeyInfo(SecurityTokenReference str)
          creates key info with the SecurityTokenReference provided
protected  KeyInfo TokenBuilder.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
 List ETHandler.buildEDList(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki)
           
protected  SecurityHeaderElement ETHandler.handleURI(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki)
           
protected  SecurityHeaderElement ETHandler.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
 KeyInfo WSSElementFactory.createKeyInfo(KeyName name)
           
 KeyInfo WSSElementFactory.createKeyInfo(KeyValue keyValue)
           
 KeyInfo WSSElementFactory.createKeyInfo(SecurityTokenReference str)
           
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type KeyInfo
 EncryptedKey WSSElementFactory.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
 EncryptedDataType SBIssuedSamlTokenContractImpl.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
abstract  SubjectConfirmation SAMLAssertionFactory.createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo)
           
abstract  SubjectConfirmationData SAMLAssertionFactory.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
 SubjectConfirmation SAMLAssertion1_1FactoryImpl.createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo)
           
 SubjectConfirmation SAMLAssertion2_1FactoryImpl.createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo)
           
 SubjectConfirmation SAMLAssertion2_2FactoryImpl.createSubjectConfirmation(List confirmationMethods, SubjectConfirmationData scd, KeyInfo keyInfo)
           
 SubjectConfirmationData SAMLAssertion1_1FactoryImpl.createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo)
           
 SubjectConfirmationData SAMLAssertion2_1FactoryImpl.createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo)
           
 SubjectConfirmationData SAMLAssertion2_2FactoryImpl.createSubjectConfirmationData(String address, String inResponseTo, GregorianCalendar notBefore, GregorianCalendar notOnOrAfter, String recipient, KeyInfo keyInfo)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.