Uses of Interface
org.sourceid.protocol.dsig10.xml.PGPDataType
-
Packages that use PGPDataType Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of PGPDataType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return PGPDataType Modifier and Type Method Description PGPDataTypeKeyInfoType. addNewPGPData()Appends and returns a new empty value (as xml) as the last "PGPData" elementPGPDataTypePGPDataDocument. addNewPGPData()Appends and returns a new empty "PGPData" elementPGPDataTypePGPDataDocument. getPGPData()Gets the "PGPData" elementPGPDataType[]KeyInfoType. getPGPDataArray()Gets array of all "PGPData" elementsPGPDataTypeKeyInfoType. getPGPDataArray(int i)Gets ith "PGPData" elementPGPDataTypeKeyInfoType. insertNewPGPData(int i)Inserts and returns a new empty value (as xml) as the ith "PGPData" elementstatic PGPDataTypePGPDataType.Factory. newInstance()static PGPDataTypePGPDataType.Factory. newInstance(XmlOptions options)static PGPDataTypePGPDataType.Factory. parse(File file)static PGPDataTypePGPDataType.Factory. parse(File file, XmlOptions options)static PGPDataTypePGPDataType.Factory. parse(InputStream is)static PGPDataTypePGPDataType.Factory. parse(InputStream is, XmlOptions options)static PGPDataTypePGPDataType.Factory. parse(Reader r)static PGPDataTypePGPDataType.Factory. parse(Reader r, XmlOptions options)static PGPDataTypePGPDataType.Factory. parse(String xmlAsString)static PGPDataTypePGPDataType.Factory. parse(String xmlAsString, XmlOptions options)static PGPDataTypePGPDataType.Factory. parse(URL u)static PGPDataTypePGPDataType.Factory. parse(URL u, XmlOptions options)static PGPDataTypePGPDataType.Factory. parse(XMLStreamReader sr)static PGPDataTypePGPDataType.Factory. parse(XMLStreamReader sr, XmlOptions options)static PGPDataTypePGPDataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PGPDataTypePGPDataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic PGPDataTypePGPDataType.Factory. parse(Node node)static PGPDataTypePGPDataType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type PGPDataType Modifier and Type Method Description voidPGPDataDocument. setPGPData(PGPDataType pgpData)Sets the "PGPData" elementvoidKeyInfoType. setPGPDataArray(int i, PGPDataType pgpData)Sets ith "PGPData" elementvoidKeyInfoType. setPGPDataArray(PGPDataType[] pgpDataArray)Sets array of all "PGPData" element
-