Uses of Class
org.keycloak.dom.xmlsec.w3.xmldsig.SignatureType
-
Packages that use SignatureType Package Description org.keycloak.dom.saml.v2.metadata org.keycloak.saml.processing.core.saml.v2.util org.keycloak.saml.processing.core.util -
-
Uses of SignatureType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata declared as SignatureType Modifier and Type Field Description protected SignatureType
AffiliationDescriptorType. signature
Methods in org.keycloak.dom.saml.v2.metadata that return SignatureType Modifier and Type Method Description SignatureType
AffiliationDescriptorType. getSignature()
Gets the value of the signature property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type SignatureType Modifier and Type Method Description void
AffiliationDescriptorType. setSignature(SignatureType value)
Sets the value of the signature property. -
Uses of SignatureType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type SignatureType Modifier and Type Method Description static void
SignatureUtil. marshall(SignatureType signature, OutputStream os)
Marshall a SignatureType to output stream -
Uses of SignatureType in org.keycloak.saml.processing.core.util
Methods in org.keycloak.saml.processing.core.util with parameters of type SignatureType Modifier and Type Method Description static void
XMLSignatureUtil. marshall(SignatureType signature, OutputStream os)
Marshall a SignatureType to output stream
-