Uses of Class
org.keycloak.dom.xmlsec.w3.xmldsig.KeyInfoType
Package
Description
-
Uses of KeyInfoType in org.keycloak.dom.xmlsec.w3.xmldsig
Modifier and TypeMethodDescriptionSignatureType.getKeyInfo()
Gets the value of the keyInfo property.Modifier and TypeMethodDescriptionvoid
SignatureType.setKeyInfo
(KeyInfoType value) Sets the value of the keyInfo property. -
Uses of KeyInfoType in org.keycloak.dom.xmlsec.w3.xmlenc
Modifier and TypeFieldDescriptionprotected KeyInfoType
EncryptedType.keyInfo
protected KeyInfoType
AgreementMethodType.AggrementMethod.originatorKeyInfo
protected KeyInfoType
AgreementMethodType.AggrementMethod.recipientKeyInfo
Modifier and TypeMethodDescriptionEncryptedType.getKeyInfo()
Gets the value of the keyInfo property.AgreementMethodType.AggrementMethod.getOriginatorKeyInfo()
AgreementMethodType.AggrementMethod.getRecipientKeyInfo()
Modifier and TypeMethodDescriptionvoid
EncryptedType.setKeyInfo
(KeyInfoType value) Sets the value of the keyInfo property.ModifierConstructorDescriptionAggrementMethod
(byte[] kANonce, KeyInfoType originatorKeyInfo, KeyInfoType recipientKeyInfo) -
Uses of KeyInfoType in org.keycloak.saml.processing.core.parsers.saml.xmldsig
Modifier and TypeMethodDescriptionprotected KeyInfoType
KeyInfoParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
KeyInfoParser.processSubElement
(XMLEventReader xmlEventReader, KeyInfoType target, XmlDSigQNames element, StartElement elementDetail) -
Uses of KeyInfoType in org.keycloak.saml.processing.core.parsers.util
Modifier and TypeMethodDescriptionstatic KeyInfoType
SAML11ParserUtil.parseKeyInfo
(XMLEventReader xmlEventReader) -
Uses of KeyInfoType in org.keycloak.saml.processing.core.saml.v2.factories
Modifier and TypeMethodDescriptionstatic KeyInfoConfirmationDataType
SAMLAssertionFactory.createKeyInfoConfirmation
(KeyInfoType keyInfo) Creates aKeyInfoConfirmationDataType
with the specifiedKeyInfoType
. -
Uses of KeyInfoType in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic void
StaxWriterUtil.writeKeyInfo
(XMLStreamWriter writer, KeyInfoType keyInfo) Write theKeyInfoType