Package | Description |
---|---|
org.keycloak.saml.processing.core.parsers.saml.xmldsig |
Modifier and Type | Field and Description |
---|---|
protected static QNameEnumLookup<XmlDSigQNames> |
AbstractStaxXmlDSigParser.LOOKUP |
Modifier and Type | Method and Description |
---|---|
protected XmlDSigQNames |
AbstractStaxXmlDSigParser.getElementFromName(QName name) |
static XmlDSigQNames |
XmlDSigQNames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlDSigQNames[] |
XmlDSigQNames.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DsaKeyValueParser.processSubElement(XMLEventReader xmlEventReader,
DSAKeyValueType target,
XmlDSigQNames element,
StartElement elementDetail) |
protected void |
KeyInfoParser.processSubElement(XMLEventReader xmlEventReader,
KeyInfoType target,
XmlDSigQNames element,
StartElement elementDetail) |
protected void |
RsaKeyValueParser.processSubElement(XMLEventReader xmlEventReader,
RSAKeyValueType target,
XmlDSigQNames element,
StartElement elementDetail) |
protected void |
X509DataParser.processSubElement(XMLEventReader xmlEventReader,
X509DataType target,
XmlDSigQNames element,
StartElement elementDetail) |
Constructor and Description |
---|
AbstractStaxXmlDSigParser(XmlDSigQNames expectedStartElement) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.