Uses of Class
org.cxml.DsReference
-
Packages that use DsReference Package Description org.cxml -
-
Uses of DsReference in org.cxml
Fields in org.cxml with type parameters of type DsReference Modifier and Type Field Description protected java.util.List<DsReference>DsManifest. dsReferenceprotected java.util.List<DsReference>DsSignedInfo. dsReferenceMethods in org.cxml that return DsReference Modifier and Type Method Description DsReferenceObjectFactory. createDsReference()Create an instance ofDsReferenceMethods in org.cxml that return types with arguments of type DsReference Modifier and Type Method Description java.util.List<DsReference>DsManifest. getDsReference()Gets the value of the dsReference property.java.util.List<DsReference>DsSignedInfo. getDsReference()Gets the value of the dsReference property.
-