Uses of Class
com.sun.xml.wss.core.KeyInfoHeaderBlock
-
Packages that use KeyInfoHeaderBlock Package Description com.sun.xml.wss.core com.sun.xml.wss.impl.keyinfo com.sun.xml.wss.impl.misc -
-
Uses of KeyInfoHeaderBlock in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that return KeyInfoHeaderBlock Modifier and Type Method Description KeyInfoHeaderBlockEncryptedDataImpl. getKeyInfo()KeyInfoHeaderBlockEncryptedKeyToken. getKeyInfo()KeyInfoHeaderBlockEncryptedTypeHeaderBlock. getKeyInfo()KeyInfoHeaderBlockSignatureHeaderBlock. getKeyInfoHeaderBlock()Returns the KeyInfo as a HeaderBlock.Methods in com.sun.xml.wss.core with parameters of type KeyInfoHeaderBlock Modifier and Type Method Description voidEncryptedDataImpl. setKeyInfo(KeyInfoHeaderBlock keyInfo)voidEncryptedTypeHeaderBlock. setKeyInfo(KeyInfoHeaderBlock keyInfo) -
Uses of KeyInfoHeaderBlock in com.sun.xml.wss.impl.keyinfo
Methods in com.sun.xml.wss.impl.keyinfo with parameters of type KeyInfoHeaderBlock Modifier and Type Method Description voidBinarySecretStrategy. insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId)voidDirectReferenceStrategy. insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId)voidDirectReferenceStrategy. insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId, String valueType)voidKeyIdentifierStrategy. insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId)abstract voidKeyInfoStrategy. insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId)insert the Key Information into a ds:KeyInfo using the appropriate schemevoidKeyNameStrategy. insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId)voidX509IssuerSerialStrategy. insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId) -
Uses of KeyInfoHeaderBlock in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc with parameters of type KeyInfoHeaderBlock Modifier and Type Method Description static KeyKeyResolver. getKey(KeyInfoHeaderBlock keyInfo, boolean sig, FilterProcessingContext context)If a SecurityTokenReference is present inside the KeyInfo, the return value is an instance of PrivateKey (if sig is false) or PublicKey (if sig is true).static KeyKeyResolver. processSecurityTokenReference(KeyInfoHeaderBlock keyInfo, boolean sig, FilterProcessingContext context)static KeyKeyResolver. processSTR(KeyInfoHeaderBlock keyInfo, boolean sig, FilterProcessingContext context)
-