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