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