Uses of Class
eu.europa.esig.xmldsig.jaxb.KeyValueType
-
Packages that use KeyValueType Package Description eu.europa.esig.trustedlist.jaxb.tsl eu.europa.esig.xmldsig.jaxb -
-
Uses of KeyValueType in eu.europa.esig.trustedlist.jaxb.tsl
Fields in eu.europa.esig.trustedlist.jaxb.tsl declared as KeyValueType Modifier and Type Field Description protected KeyValueTypeDigitalIdentityType. keyValueMethods in eu.europa.esig.trustedlist.jaxb.tsl that return KeyValueType Modifier and Type Method Description KeyValueTypeDigitalIdentityType. getKeyValue()Gets the value of the keyValue property.Methods in eu.europa.esig.trustedlist.jaxb.tsl with parameters of type KeyValueType Modifier and Type Method Description voidDigitalIdentityType. setKeyValue(KeyValueType value)Sets the value of the keyValue property. -
Uses of KeyValueType in eu.europa.esig.xmldsig.jaxb
Methods in eu.europa.esig.xmldsig.jaxb that return KeyValueType Modifier and Type Method Description KeyValueTypeObjectFactory. createKeyValueType()Create an instance ofKeyValueTypeMethods in eu.europa.esig.xmldsig.jaxb that return types with arguments of type KeyValueType Modifier and Type Method Description JAXBElement<KeyValueType>ObjectFactory. createKeyValue(KeyValueType value)Methods in eu.europa.esig.xmldsig.jaxb with parameters of type KeyValueType Modifier and Type Method Description JAXBElement<KeyValueType>ObjectFactory. createKeyValue(KeyValueType value)
-