PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.xmlsec.w3.xmldsig.KeyInfoType

Packages that use KeyInfoType
org.picketlink.identity.federation.core.parsers.util   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.core.util   
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.xmlsec.w3.xmldsig   
org.picketlink.identity.xmlsec.w3.xmlenc   
 

Uses of KeyInfoType in org.picketlink.identity.federation.core.parsers.util
 

Methods in org.picketlink.identity.federation.core.parsers.util that return KeyInfoType
static KeyInfoType SAML11ParserUtil.parseKeyInfo(XMLEventReader xmlEventReader)
           
static KeyInfoType SAMLParserUtil.parseKeyInfo(XMLEventReader xmlEventReader)
           
 

Uses of KeyInfoType in org.picketlink.identity.federation.core.saml.v2.factories
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories with parameters of type KeyInfoType
static KeyInfoConfirmationDataType SAMLAssertionFactory.createKeyInfoConfirmation(KeyInfoType keyInfo)
           Creates a KeyInfoConfirmationDataType with the specified KeyInfoType.
 

Uses of KeyInfoType in org.picketlink.identity.federation.core.util
 

Methods in org.picketlink.identity.federation.core.util with parameters of type KeyInfoType
static void StaxUtil.writeKeyInfo(XMLStreamWriter writer, KeyInfoType keyInfo)
          Write the KeyInfoType
 

Uses of KeyInfoType in org.picketlink.identity.federation.core.wstrust
 

Methods in org.picketlink.identity.federation.core.wstrust that return KeyInfoType
static KeyInfoType WSTrustUtil.createKeyInfo(byte[] secret, PublicKey encryptionKey, URI keyWrapAlgo)
           Creates a KeyInfoType that wraps the specified secret.
static KeyInfoType WSTrustUtil.createKeyInfo(Certificate certificate)
           Creates a KeyInfoType that wraps the specified certificate.
 KeyInfoType WSTrustRequestContext.getProofTokenInfo()
           Obtains the KeyInfoType that contains the proof-of-possession token.
 

Methods in org.picketlink.identity.federation.core.wstrust with parameters of type KeyInfoType
 void WSTrustRequestContext.setProofTokenInfo(KeyInfoType proofTokenInfo)
           Sets the KeyInfoType that contains the proof-of-possession token.
 

Uses of KeyInfoType in org.picketlink.identity.xmlsec.w3.xmldsig
 

Fields in org.picketlink.identity.xmlsec.w3.xmldsig declared as KeyInfoType
protected  KeyInfoType SignatureType.keyInfo
           
 

Methods in org.picketlink.identity.xmlsec.w3.xmldsig that return KeyInfoType
 KeyInfoType SignatureType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in org.picketlink.identity.xmlsec.w3.xmldsig with parameters of type KeyInfoType
 void SignatureType.setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 

Uses of KeyInfoType in org.picketlink.identity.xmlsec.w3.xmlenc
 

Fields in org.picketlink.identity.xmlsec.w3.xmlenc declared as KeyInfoType
protected  KeyInfoType EncryptedType.keyInfo
           
protected  KeyInfoType AgreementMethodType.AggrementMethod.originatorKeyInfo
           
protected  KeyInfoType AgreementMethodType.AggrementMethod.recipientKeyInfo
           
 

Methods in org.picketlink.identity.xmlsec.w3.xmlenc that return KeyInfoType
 KeyInfoType EncryptedType.getKeyInfo()
          Gets the value of the keyInfo property.
 KeyInfoType AgreementMethodType.AggrementMethod.getOriginatorKeyInfo()
           
 KeyInfoType AgreementMethodType.AggrementMethod.getRecipientKeyInfo()
           
 

Methods in org.picketlink.identity.xmlsec.w3.xmlenc with parameters of type KeyInfoType
 void EncryptedType.setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 

Constructors in org.picketlink.identity.xmlsec.w3.xmlenc with parameters of type KeyInfoType
AgreementMethodType.AggrementMethod(byte[] kANonce, KeyInfoType originatorKeyInfo, KeyInfoType recipientKeyInfo)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.