Uses of Class
org.w3.xmldsig.KeyValueType
-
Packages that use KeyValueType Package Description org.w3.xmldsig -
-
Uses of KeyValueType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as KeyValueType Modifier and Type Field Description protected KeyValueTypeKeyValueType.Builder. _storedValueMethods in org.w3.xmldsig with type parameters of type KeyValueType Modifier and Type Method Description protected <_P extends KeyValueType>
_PKeyValueType.Builder. init(_P _product)Methods in org.w3.xmldsig that return KeyValueType Modifier and Type Method Description KeyValueTypeKeyValueType.Builder. build()KeyValueTypeObjectFactory. createKeyValueType()Create an instance ofKeyValueTypeMethods in org.w3.xmldsig that return types with arguments of type KeyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyValueType>ObjectFactory. createKeyValue(KeyValueType value)Methods in org.w3.xmldsig with parameters of type KeyValueType Modifier and Type Method Description static KeyValueType.Builder<Void>KeyValueType. copyExcept(KeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)KeyValueType.Builder<_B>KeyValueType.Builder. copyOf(KeyValueType _other)static <_B> KeyValueType.Builder<_B>KeyValueType. copyOf(KeyValueType _other)static <_B> KeyValueType.Builder<_B>KeyValueType. copyOf(KeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static KeyValueType.Builder<Void>KeyValueType. copyOnly(KeyValueType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<KeyValueType>ObjectFactory. createKeyValue(KeyValueType value)Method parameters in org.w3.xmldsig with type arguments of type KeyValueType Modifier and Type Method Description KeyInfoType.Builder<_B>KeyInfoType.Builder. addKeyValue(Iterable<? extends javax.xml.bind.JAXBElement<KeyValueType>> keyValue_)Adds the given items to the value of "keyValue_"Constructors in org.w3.xmldsig with parameters of type KeyValueType Constructor Description Builder(_B _parentBuilder, KeyValueType _other, boolean _copy)Builder(_B _parentBuilder, KeyValueType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-