Package eu.europa.esig.xmlenc.jaxb
Class EncryptedType
java.lang.Object
eu.europa.esig.xmlenc.jaxb.EncryptedType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EncryptedDataType
,EncryptedKeyType
Java class for EncryptedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/> <element ref="{http://www.w3.org/2001/04/xmlenc#}CipherData"/> <element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptionProperties" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CipherDataType
protected String
protected EncryptionMethodType
protected EncryptionPropertiesType
protected String
protected KeyInfoType
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cipherData property.Gets the value of the encoding property.Gets the value of the encryptionMethod property.Gets the value of the encryptionProperties property.getId()
Gets the value of the id property.Gets the value of the keyInfo property.Gets the value of the mimeType property.getType()
Gets the value of the type property.void
setCipherData
(CipherDataType value) Sets the value of the cipherData property.void
setEncoding
(String value) Sets the value of the encoding property.void
Sets the value of the encryptionMethod property.void
Sets the value of the encryptionProperties property.void
Sets the value of the id property.void
setKeyInfo
(KeyInfoType value) Sets the value of the keyInfo property.void
setMimeType
(String value) Sets the value of the mimeType property.void
Sets the value of the type property.
-
Field Details
-
encryptionMethod
-
keyInfo
-
cipherData
-
encryptionProperties
-
id
-
type
-
mimeType
-
encoding
-
-
Constructor Details
-
EncryptedType
public EncryptedType()
-
-
Method Details
-
getEncryptionMethod
Gets the value of the encryptionMethod property.- Returns:
- possible object is
EncryptionMethodType
-
setEncryptionMethod
Sets the value of the encryptionMethod property.- Parameters:
value
- allowed object isEncryptionMethodType
-
getKeyInfo
Gets the value of the keyInfo property.- Returns:
- possible object is
KeyInfoType
-
setKeyInfo
Sets the value of the keyInfo property.- Parameters:
value
- allowed object isKeyInfoType
-
getCipherData
Gets the value of the cipherData property.- Returns:
- possible object is
CipherDataType
-
setCipherData
Sets the value of the cipherData property.- Parameters:
value
- allowed object isCipherDataType
-
getEncryptionProperties
Gets the value of the encryptionProperties property.- Returns:
- possible object is
EncryptionPropertiesType
-
setEncryptionProperties
Sets the value of the encryptionProperties property.- Parameters:
value
- allowed object isEncryptionPropertiesType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getMimeType
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
Sets the value of the mimeType property.- Parameters:
value
- allowed object isString
-
getEncoding
Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
Sets the value of the encoding property.- Parameters:
value
- allowed object isString
-