Uses of Class
org.apache.wss4j.common.saml.bean.KeyInfoBean
Packages that use KeyInfoBean
Package
Description
-
Uses of KeyInfoBean in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return KeyInfoBeanModifier and TypeMethodDescriptionprotected static KeyInfoBeanDefaultSubjectProvider.createEncryptedKeyKeyInfo(X509Certificate certificate, byte[] secret, Document doc, EncryptionProperties encryptionProperties, Crypto encryptionCrypto) Create an EncryptedKey KeyInfo.protected KeyInfoBeanDefaultSubjectProvider.createKeyInfo(SubjectProviderParameters subjectProviderParameters) Create and return the KeyInfoBean to be inserted into the SubjectBeanprotected static KeyInfoBeanDefaultSubjectProvider.createPublicKeyKeyInfo(X509Certificate certificate, PublicKey publicKey) Create a KeyInfoBean that contains an X.509 certificate or Public Key -
Uses of KeyInfoBean in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return KeyInfoBeanModifier and TypeMethodDescriptionSubjectBean.getKeyInfo()Method getKeyInfo returns the keyInfo of this SubjectBean object.Methods in org.apache.wss4j.common.saml.bean with parameters of type KeyInfoBeanModifier and TypeMethodDescriptionvoidSubjectBean.setKeyInfo(KeyInfoBean keyInfo) Method setKeyInfo sets the keyInfo of this SubjectBean object. -
Uses of KeyInfoBean in org.apache.wss4j.common.saml.builder
Methods in org.apache.wss4j.common.saml.builder with parameters of type KeyInfoBeanModifier and TypeMethodDescriptionstatic org.opensaml.xmlsec.signature.KeyInfoSAML1ComponentBuilder.createKeyInfo(KeyInfoBean keyInfo) Create an Opensaml KeyInfo object from the parametersstatic org.opensaml.saml.saml2.core.SubjectConfirmationDataSAML2ComponentBuilder.createSubjectConfirmationData(SubjectConfirmationDataBean subjectConfirmationDataBean, KeyInfoBean keyInfoBean) Create a SubjectConfirmationData object