Uses of Class
org.apache.wss4j.common.saml.bean.KeyInfoBean
-
Packages that use KeyInfoBean Package Description org.apache.cxf.sts.token.provider org.apache.wss4j.common.saml.bean org.apache.wss4j.common.saml.builder -
-
Uses of KeyInfoBean in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return KeyInfoBean Modifier and Type Method Description protected 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 KeyInfoBean Modifier and Type Method Description KeyInfoBeanSubjectBean. getKeyInfo()Method getKeyInfo returns the keyInfo of this SubjectBean object.Methods in org.apache.wss4j.common.saml.bean with parameters of type KeyInfoBean Modifier and Type Method Description voidSubjectBean. 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 KeyInfoBean Modifier and Type Method Description static 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
-