Uses of Class
org.keycloak.dom.xmlsec.w3.xmldsig.ReferenceType
-
Packages that use ReferenceType Package Description org.keycloak.dom.xmlsec.w3.xmldsig -
-
Uses of ReferenceType in org.keycloak.dom.xmlsec.w3.xmldsig
Fields in org.keycloak.dom.xmlsec.w3.xmldsig with type parameters of type ReferenceType Modifier and Type Field Description protected List<ReferenceType>ManifestType. referenceprotected List<ReferenceType>SignedInfoType. referenceMethods in org.keycloak.dom.xmlsec.w3.xmldsig that return types with arguments of type ReferenceType Modifier and Type Method Description List<ReferenceType>ManifestType. getReference()Gets the value of the reference property.List<ReferenceType>SignedInfoType. getReference()Gets the value of the reference property.Methods in org.keycloak.dom.xmlsec.w3.xmldsig with parameters of type ReferenceType Modifier and Type Method Description voidSignedInfoType. add(ReferenceType ref)voidManifestType. addReference(ReferenceType ref)voidSignedInfoType. remove(ReferenceType ref)voidManifestType. removeReference(ReferenceType ref)
-