Class PGPDataType
java.lang.Object
org.keycloak.dom.xmlsec.w3.xmldsig.PGPDataType
Java class for PGPDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PGPDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element name="PGPKeyID" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <any/> </sequence> <sequence> <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <any/> </sequence> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
-
Constructor Details
-
PGPDataType
public PGPDataType()
-
-
Method Details
-
add
-
remove
-
getContent
-