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