Uses of Class
org.keycloak.dom.xmlsec.w3.xmldsig.ReferenceType
-
Uses of ReferenceType in org.keycloak.dom.xmlsec.w3.xmldsig
Modifier and TypeFieldDescriptionprotected List<ReferenceType>
ManifestType.reference
protected List<ReferenceType>
SignedInfoType.reference
Modifier and TypeMethodDescriptionManifestType.getReference()
Gets the value of the reference property.SignedInfoType.getReference()
Gets the value of the reference property.Modifier and TypeMethodDescriptionvoid
SignedInfoType.add
(ReferenceType ref) void
ManifestType.addReference
(ReferenceType ref) void
SignedInfoType.remove
(ReferenceType ref) void
ManifestType.removeReference
(ReferenceType ref)