Package eu.europa.esig.xmlers.jaxb
Class EncryptionInfo
java.lang.Object
eu.europa.esig.xmlers.jaxb.EncryptionInfo
- All Implemented Interfaces:
Serializable
Java class for EncryptionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptionInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptionInformationType" type="{urn:ietf:params:xml:ns:ers}ObjectIdentifier"/>
<element name="EncryptionInformationValue">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryptionInformationType property.Gets the value of the encryptionInformationValue property.voidSets the value of the encryptionInformationType property.voidSets the value of the encryptionInformationValue property.
-
Field Details
-
encryptionInformationType
-
encryptionInformationValue
-
-
Constructor Details
-
EncryptionInfo
public EncryptionInfo()
-
-
Method Details
-
getEncryptionInformationType
-
setEncryptionInformationType
-
getEncryptionInformationValue
Gets the value of the encryptionInformationValue property.- Returns:
- possible object is
EncryptionInfo.EncryptionInformationValue
-
setEncryptionInformationValue
Sets the value of the encryptionInformationValue property.- Parameters:
value- allowed object isEncryptionInfo.EncryptionInformationValue
-