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
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryptionInformationType property.Gets the value of the encryptionInformationValue property.void
Sets the value of the encryptionInformationType property.void
Sets 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
-