Uses of Class
com.sun.xml.wss.core.KeyInfoHeaderBlock
Packages that use KeyInfoHeaderBlock
-
Uses of KeyInfoHeaderBlock in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that return KeyInfoHeaderBlockModifier and TypeMethodDescriptionEncryptedDataImpl.getKeyInfo()EncryptedKeyToken.getKeyInfo()EncryptedTypeHeaderBlock.getKeyInfo()SignatureHeaderBlock.getKeyInfoHeaderBlock()Returns the KeyInfo as a HeaderBlock.Methods in com.sun.xml.wss.core with parameters of type KeyInfoHeaderBlockModifier and TypeMethodDescriptionvoidEncryptedDataImpl.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 KeyInfoHeaderBlockModifier and TypeMethodDescriptionvoidBinarySecretStrategy.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 KeyInfoHeaderBlockModifier and TypeMethodDescriptionstatic 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)