Uses of Class
org.cxml.DsSignature
-
Packages that use DsSignature Package Description org.cxml -
-
Uses of DsSignature in org.cxml
Fields in org.cxml declared as DsSignature Modifier and Type Field Description protected DsSignatureXadesCounterSignature. dsSignatureFields in org.cxml with type parameters of type DsSignature Modifier and Type Field Description protected java.util.List<DsSignature>CXML. dsSignatureMethods in org.cxml that return DsSignature Modifier and Type Method Description DsSignatureObjectFactory. createDsSignature()Create an instance ofDsSignatureDsSignatureXadesCounterSignature. getDsSignature()Gets the value of the dsSignature property.Methods in org.cxml that return types with arguments of type DsSignature Modifier and Type Method Description java.util.List<DsSignature>CXML. getDsSignature()Gets the value of the dsSignature property.Methods in org.cxml with parameters of type DsSignature Modifier and Type Method Description voidXadesCounterSignature. setDsSignature(DsSignature value)Sets the value of the dsSignature property.
-